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 | |
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')
-rw-r--r-- | x11-misc/Xautoconfig/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/Xautoconfig/Xautoconfig-0.22-r2.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/Xautoconfig/ChangeLog b/x11-misc/Xautoconfig/ChangeLog index 3cda0d19c5a1..e4cb169dfbb3 100644 --- a/x11-misc/Xautoconfig/ChangeLog +++ b/x11-misc/Xautoconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/Xautoconfig -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.14 2004/10/12 13:00:38 pylon Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.15 2005/01/02 15:06:44 corsair Exp $ + + 02 Jan 2005; Markus Rothe <corsair@gentoo.org> Xautoconfig-0.22-r2.ebuild: + Added ~ppc64 to KEYWORDS; credits go to Alex Polvi <polvi@gentoo.org>; bug + #76362 12 Oct 2004; Lars Weiler <pylon@gentoo.org> files/XF4text.h.diff: XkbModel pc104 should be used, as this works better on NewWorld machines. diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild index 134372426058..a5e9fe355bfe 100644 --- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild +++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.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.15.ebuild,v 1.15 2004/09/28 19:28:59 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.16 2005/01/02 15:06:44 corsair Exp $ # Author David Chamberlain <daybird@gentoo.org> inherit eutils 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 |