diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-14 15:19:13 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-14 15:19:13 +0000 |
commit | f8d1157fb024623dea13c00c489d469dd7dfc837 (patch) | |
tree | 6a749e3caf2590476a700d2ee721fe82aa627452 /sys-boot/elilo | |
parent | update libdts mask (diff) | |
download | gentoo-2-f8d1157fb024623dea13c00c489d469dd7dfc837.tar.gz gentoo-2-f8d1157fb024623dea13c00c489d469dd7dfc837.tar.bz2 gentoo-2-f8d1157fb024623dea13c00c489d469dd7dfc837.zip |
keyworded ~arch for x86, bug 208639
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-boot/elilo')
-rw-r--r-- | sys-boot/elilo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog index ff560f02648b..300452989632 100644 --- a/sys-boot/elilo/ChangeLog +++ b/sys-boot/elilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/elilo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.20 2008/02/08 17:41:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.21 2008/02/14 15:19:13 opfer Exp $ + + 14 Feb 2008; Christian Faulhammer <opfer@gentoo.org> elilo-3.8.ebuild: + keyworded ~arch for x86, bug 208639 *elilo-3.8 (08 Feb 2008) diff --git a/sys-boot/elilo/elilo-3.8.ebuild b/sys-boot/elilo/elilo-3.8.ebuild index fa56147fb0c8..451c7660854e 100644 --- a/sys-boot/elilo/elilo-3.8.ebuild +++ b/sys-boot/elilo/elilo-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.8.ebuild,v 1.1 2008/02/08 17:41:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.8.ebuild,v 1.2 2008/02/14 15:19:13 opfer Exp $ inherit toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="${SRC_URI} mirror://debian/pool/main/e/elilo/elilo_3.8-1.diff.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ia64" +KEYWORDS="~ia64 ~x86" IUSE="" # gnu-efi contains only static libs, so there's no run-time dep on it |