diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-11-28 19:04:10 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-11-28 19:04:10 +0000 |
commit | 5640359a5e4d7f6c9296c9bd9e3b4cb35a9686dc (patch) | |
tree | f2894f8d4ceeb141d2c9b8eb8578a81dad44cf23 /x11-misc/xeasyconf | |
parent | added ppc to keywords (diff) | |
download | historical-5640359a5e4d7f6c9296c9bd9e3b4cb35a9686dc.tar.gz historical-5640359a5e4d7f6c9296c9bd9e3b4cb35a9686dc.tar.bz2 historical-5640359a5e4d7f6c9296c9bd9e3b4cb35a9686dc.zip |
set -x86 -sparc -sparc64 -alpha in keywords
Diffstat (limited to 'x11-misc/xeasyconf')
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild index 3531a103d5e7..5beb8818627d 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild,v 1.5 2002/10/04 06:44:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild,v 1.6 2002/11/28 19:04:10 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" @@ -8,7 +8,7 @@ SRC_URI="http://tuxppc.org/projects/xeasyconf/${P}.tar.gz" HOMEPAGE="http://tuxppc.org/projects/xeasyconf/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc" +KEYWORDS="ppc -x86 -sparc -sparc64 -alpha" DEPEND="virtual/glibc x11-base/xfree sys-apps/pciutils dev-util/dialog" |