summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-05-06 18:36:06 +0000
committerMarkus Meier <maekke@gentoo.org>2009-05-06 18:36:06 +0000
commit6f93bfcbf9099690cf1f487811f2b8b198252527 (patch)
tree38e93b23f8907a3e636c154c60220e556c0021ad /sys-boot/elilo
parentadd ~amd64, bug #208639; assign RDEPEND (diff)
downloadhistorical-6f93bfcbf9099690cf1f487811f2b8b198252527.tar.gz
historical-6f93bfcbf9099690cf1f487811f2b8b198252527.tar.bz2
historical-6f93bfcbf9099690cf1f487811f2b8b198252527.zip
add ~amd64, bug #208639
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/elilo')
-rw-r--r--sys-boot/elilo/ChangeLog7
-rw-r--r--sys-boot/elilo/elilo-3.8.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog
index 300452989632..3e58bfef91be 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.21 2008/02/14 15:19:13 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.22 2009/05/06 18:36:06 maekke Exp $
+
+ 06 May 2009; Markus Meier <maekke@gentoo.org> elilo-3.8.ebuild:
+ add ~amd64, bug #208639
14 Feb 2008; Christian Faulhammer <opfer@gentoo.org> elilo-3.8.ebuild:
keyworded ~arch for x86, bug 208639
diff --git a/sys-boot/elilo/elilo-3.8.ebuild b/sys-boot/elilo/elilo-3.8.ebuild
index 451c7660854e..d21121f5e990 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
+# Copyright 1999-2009 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.2 2008/02/14 15:19:13 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.8.ebuild,v 1.3 2009/05/06 18:36:06 maekke 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 ~x86"
+KEYWORDS="~ia64 ~x86 ~amd64"
IUSE=""
# gnu-efi contains only static libs, so there's no run-time dep on it
@@ -49,6 +49,7 @@ src_compile() {
case $(tc-arch) in
ia64) iarch=ia64 ;;
x86) iarch=ia32 ;;
+ amd64) iarch=x86_64 ;;
*) die "unknown architecture: $(tc-arch)" ;;
esac