diff options
Diffstat (limited to 'sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild')
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild index 82f049fde118..90e0c7680f2c 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild,v 1.1 2005/04/05 23:18:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a-r1.ebuild,v 1.2 2005/04/07 11:31:40 plasmaroo Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-3.0a.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ia64 ~x86" +KEYWORDS="ia64 ~x86" IUSE="" DEPEND="sys-apps/pciutils" |