diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-02 15:06:44 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-02 15:06:44 +0000 |
commit | c3fb12256bf533c8dabd8c6a9a1bef46a07a0e88 (patch) | |
tree | 0ccad8ff564320e24c1444ba3dc155d0efeb26da /x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild | |
parent | Removed ${PN} from HOMEPAGE (Manifest recommit) (diff) | |
download | gentoo-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.ebuild | 8 |
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 |