summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-01-02 15:06:44 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-01-02 15:06:44 +0000
commitc3fb12256bf533c8dabd8c6a9a1bef46a07a0e88 (patch)
tree0ccad8ff564320e24c1444ba3dc155d0efeb26da /x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild
parentRemoved ${PN} from HOMEPAGE (Manifest recommit) (diff)
downloadgentoo-2-c3fb12256bf533c8dabd8c6a9a1bef46a07a0e88.tar.gz
gentoo-2-c3fb12256bf533c8dabd8c6a9a1bef46a07a0e88.tar.bz2
gentoo-2-c3fb12256bf533c8dabd8c6a9a1bef46a07a0e88.zip
Added ~ppc64 to KEYWORDS
Diffstat (limited to 'x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild')
-rw-r--r--x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild
index 3e3276391626..4c6e97f140af 100644
--- a/x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild
+++ b/x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild,v 1.1 2004/10/07 19:38:23 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild,v 1.2 2005/01/02 15:06:44 corsair Exp $
inherit eutils
@@ -9,13 +9,13 @@ SRC_URI="http://ftp.penguinppc.org/projects/xautocfg/${P}.tar.gz"
HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc -x86 -sparc "
+KEYWORDS="ppc -x86 -sparc ~ppc64"
IUSE=""
DEPEND="sys-apps/pciutils"
src_unpack() {
- if [ ${ARCH} != ppc ]
+ if [ ${ARCH} != ppc || ${ARCH} != ppc64 ]
then
die "This is a PPC-only package"
fi