diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-21 02:15:54 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-21 02:15:54 +0000 |
commit | 98d14f7f4d751bb97be4f32f7bd0c2fdc63f9899 (patch) | |
tree | 33bd6e49100cf4dc3c8037984ad5576bf3da6f42 /sys-boot/lilo | |
parent | Fixed borkage relating to -fPIC usage in default specs. Fix by tseng, thanks... (diff) | |
download | gentoo-2-98d14f7f4d751bb97be4f32f7bd0c2fdc63f9899.tar.gz gentoo-2-98d14f7f4d751bb97be4f32f7bd0c2fdc63f9899.tar.bz2 gentoo-2-98d14f7f4d751bb97be4f32f7bd0c2fdc63f9899.zip |
inherit flag-o-matic
Diffstat (limited to 'sys-boot/lilo')
-rw-r--r-- | sys-boot/lilo/lilo-22.5.8-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-boot/lilo/lilo-22.5.8-r2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-boot/lilo/lilo-22.5.8-r1.ebuild b/sys-boot/lilo/lilo-22.5.8-r1.ebuild index af39eb6f89f3..1b097ffca9de 100644 --- a/sys-boot/lilo/lilo-22.5.8-r1.ebuild +++ b/sys-boot/lilo/lilo-22.5.8-r1.ebuild @@ -1,10 +1,11 @@ # 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-r1.ebuild,v 1.6 2004/04/21 02:13:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r1.ebuild,v 1.7 2004/04/21 02:15:54 eradicator Exp $ -inherit mount-boot eutils +inherit mount-boot eutils flag-o-matic + +IUSE="" -S="${WORKDIR}/${P}" DESCRIPTION="Standard Linux boot loader" HOMEPAGE="http://lilo.go.dyndns.org/pub/linux/lilo/" SRC_URI="http://home.san.rr.com/johninsd/pub/linux/lilo/${P}.tar.gz diff --git a/sys-boot/lilo/lilo-22.5.8-r2.ebuild b/sys-boot/lilo/lilo-22.5.8-r2.ebuild index 7191c2d667b6..e14408add1e9 100644 --- a/sys-boot/lilo/lilo-22.5.8-r2.ebuild +++ b/sys-boot/lilo/lilo-22.5.8-r2.ebuild @@ -1,10 +1,11 @@ # 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-r2.ebuild,v 1.2 2004/04/21 02:13:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.5.8-r2.ebuild,v 1.3 2004/04/21 02:15:54 eradicator Exp $ -inherit mount-boot eutils +inherit mount-boot eutils flag-o-matic + +IUSE="" -S="${WORKDIR}/${P}" DESCRIPTION="Standard Linux boot loader" HOMEPAGE="http://lilo.go.dyndns.org/pub/linux/lilo/" SRC_URI="http://home.san.rr.com/johninsd/pub/linux/lilo/${P}.tar.gz |