diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-15 08:16:40 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-15 08:16:40 +0000 |
commit | fe4eb4e8b320d65df59f482cc0806c7895e0fb50 (patch) | |
tree | 45b4ee6e2559fabd365b3e4f639cb67e18bb2478 /x11-misc/xkeycaps | |
parent | set ppc in keywords (diff) | |
download | historical-fe4eb4e8b320d65df59f482cc0806c7895e0fb50.tar.gz historical-fe4eb4e8b320d65df59f482cc0806c7895e0fb50.tar.bz2 historical-fe4eb4e8b320d65df59f482cc0806c7895e0fb50.zip |
set ppc in keywords
Diffstat (limited to 'x11-misc/xkeycaps')
-rw-r--r-- | x11-misc/xkeycaps/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xkeycaps/ChangeLog b/x11-misc/xkeycaps/ChangeLog index 3b993217032a..3645c7c9b3c6 100644 --- a/x11-misc/xkeycaps/ChangeLog +++ b/x11-misc/xkeycaps/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for x11-misc/xkeycaps # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.4 2003/02/12 09:33:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.5 2003/02/15 08:16:40 gerk Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *xkeycaps-2.46 (1 Feb 2002) + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> xkeycaps-2.46.ebuild : + set ppc in keywords + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild index 2aaf13b6d668..cfd21814fe89 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.9 2003/02/13 17:20:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.10 2003/02/15 08:16:40 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="GUI frontend to xmodmap" @@ -8,7 +8,7 @@ SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" HOMEPAGE="http://www.jwz.org/xkeycaps/" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ppc" DEPEND="virtual/x11" |