diff options
author | Alexander Gabert <pappy@gentoo.org> | 2004-05-12 12:23:34 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2004-05-12 12:23:34 +0000 |
commit | 34fe1e0cc14b60e6d891ea2f89b9733b90869e49 (patch) | |
tree | b46e1aca4aeb7ed9481afdd28c096e956219d29f /sys-boot/lilo/lilo-22.5.8.ebuild | |
parent | removed hardened-gcc logic, is already replaced by filter-flags (Manifest rec... (diff) | |
download | gentoo-2-34fe1e0cc14b60e6d891ea2f89b9733b90869e49.tar.gz gentoo-2-34fe1e0cc14b60e6d891ea2f89b9733b90869e49.tar.bz2 gentoo-2-34fe1e0cc14b60e6d891ea2f89b9733b90869e49.zip |
added flag-o-matic eclass
Diffstat (limited to 'sys-boot/lilo/lilo-22.5.8.ebuild')
-rw-r--r-- | sys-boot/lilo/lilo-22.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/lilo/lilo-22.5.8.ebuild b/sys-boot/lilo/lilo-22.5.8.ebuild index 051c94cc8e0b..ea7bb05e977f 100644 --- a/sys-boot/lilo/lilo-22.5.8.ebuild +++ b/sys-boot/lilo/lilo-22.5.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8.ebuild,v 1.4 2004/05/12 12:11:54 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8.ebuild,v 1.5 2004/05/12 12:23:34 pappy Exp $ -inherit mount-boot eutils +inherit mount-boot eutils flag-o-matic S=${WORKDIR}/${P} DESCRIPTION="Standard Linux boot loader" |