diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 23:44:15 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 23:44:15 +0000 |
commit | afb54dc31f88ee99c93d044b400f481a70c84214 (patch) | |
tree | 479966c68801ee3ef0f85d52465d6491ff98de1d /x11-misc/accessx | |
parent | Initial import. (diff) | |
download | gentoo-2-afb54dc31f88ee99c93d044b400f481a70c84214.tar.gz gentoo-2-afb54dc31f88ee99c93d044b400f481a70c84214.tar.bz2 gentoo-2-afb54dc31f88ee99c93d044b400f481a70c84214.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'x11-misc/accessx')
-rw-r--r-- | x11-misc/accessx/accessx-0950-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/accessx/accessx-0950.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/accessx/accessx-0950-r1.ebuild b/x11-misc/accessx/accessx-0950-r1.ebuild index 376605e8a9b7..52c03c21824e 100644 --- a/x11-misc/accessx/accessx-0950-r1.ebuild +++ b/x11-misc/accessx/accessx-0950-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # John Stalker <stalker@math.princeton.edu> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950-r1.ebuild,v 1.1 2002/07/25 03:27:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950-r1.ebuild,v 1.2 2002/08/14 23:44:14 murphy Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -13,7 +13,7 @@ RDEPEND="${DEPEND}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_unpack() { unpack ${A} diff --git a/x11-misc/accessx/accessx-0950.ebuild b/x11-misc/accessx/accessx-0950.ebuild index 92315ccec0b0..ef80220c44eb 100644 --- a/x11-misc/accessx/accessx-0950.ebuild +++ b/x11-misc/accessx/accessx-0950.ebuild @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # John Stalker <stalker@math.princeton.edu> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.4 2002/07/08 21:31:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.5 2002/08/14 23:44:14 murphy Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -13,7 +13,7 @@ RDEPEND="${DEPEND}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { make || die |