diff options
author | 2007-06-24 18:11:08 +0000 | |
---|---|---|
committer | 2007-06-24 18:11:08 +0000 | |
commit | 03f873fc16a58e7054c3543ffbbda5d8b783ea07 (patch) | |
tree | 29f4540fa1bc085da3ff414c2e5336c4c4d62a38 /sys-boot/grub/grub-1.95.ebuild | |
parent | Sparc stable --- Bug #183056 --- builds (with USE="jpeg nls qt3 tiff xml (diff) | |
download | gentoo-2-03f873fc16a58e7054c3543ffbbda5d8b783ea07.tar.gz gentoo-2-03f873fc16a58e7054c3543ffbbda5d8b783ea07.tar.bz2 gentoo-2-03f873fc16a58e7054c3543ffbbda5d8b783ea07.zip |
(QA) Don't use KEYWORDS="-*". bug #160519.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-boot/grub/grub-1.95.ebuild')
-rw-r--r-- | sys-boot/grub/grub-1.95.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-1.95.ebuild b/sys-boot/grub/grub-1.95.ebuild index 3bec7fdfe868..def487ed4bad 100644 --- a/sys-boot/grub/grub-1.95.ebuild +++ b/sys-boot/grub/grub-1.95.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.95.ebuild,v 1.1 2006/10/21 22:46:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.95.ebuild,v 1.2 2007/06/24 18:11:08 peper Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" SLOT="2" -KEYWORDS="-*" +KEYWORDS="" IUSE="static netboot custom-cflags" DEPEND=">=sys-libs/ncurses-5.2-r5 |