diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:49:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:49:58 +0000 |
commit | 21853c0013a4a74b3a0827afa4b409043026e699 (patch) | |
tree | 7937e603956b9a81a27128ae486a33b37fde3142 /sys-boot/grub/grub-0.92-r1.ebuild | |
parent | removed noenca patch since the "true final release" doesn't need it. If this... (diff) | |
download | historical-21853c0013a4a74b3a0827afa4b409043026e699.tar.gz historical-21853c0013a4a74b3a0827afa4b409043026e699.tar.bz2 historical-21853c0013a4a74b3a0827afa4b409043026e699.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-boot/grub/grub-0.92-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.92-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.92-r1.ebuild b/sys-boot/grub/grub-0.92-r1.ebuild index af123eceb50f..0d1d4ffe96da 100644 --- a/sys-boot/grub/grub-0.92-r1.ebuild +++ b/sys-boot/grub/grub-0.92-r1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.5 2004/06/24 22:34:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.6 2004/07/15 02:49:58 agriffis Exp $ inherit mount-boot eutils flag-o-matic gcc PATCHVER=0.1 -S=${WORKDIR}/${P} DESCRIPTION="GNU GRUB boot loader" HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz @@ -15,6 +14,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 -amd64 -ppc -sparc -alpha -mips" +IUSE="" DEPEND=">=sys-libs/ncurses-5.2-r5" |