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/gclipper | |
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/gclipper')
-rw-r--r-- | x11-misc/gclipper/gclipper-1.1a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gclipper/gclipper-1.1a.ebuild b/x11-misc/gclipper/gclipper-1.1a.ebuild index b1557902604f..957591ce7d64 100644 --- a/x11-misc/gclipper/gclipper-1.1a.ebuild +++ b/x11-misc/gclipper/gclipper-1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.5 2002/07/11 06:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.6 2002/08/14 23:44:15 murphy Exp $ S=${WORKDIR}/${PN} DESCRIPTION="GClipper is a multiple buffer clipboard that automatically fetches new selections and maintains them in a history." @@ -10,7 +10,7 @@ SRC_URI="http://www.thunderstorms.org/gclipper/gclipper-1.1a.tar.gz" HOMEPAGE="http://www.theleaf.be" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="=x11-libs/gtk+-1.2*" |