diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-06 17:52:32 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-06 17:52:32 +0000 |
commit | 521035dc26bc725fce48ff1897b3aeab88525f20 (patch) | |
tree | 03d1bc74e6f5e850511135a65d2a99e97f01590d /x11-misc/gclipper | |
parent | Added ~sparc, #50264 (Manifest recommit) (diff) | |
download | gentoo-2-521035dc26bc725fce48ff1897b3aeab88525f20.tar.gz gentoo-2-521035dc26bc725fce48ff1897b3aeab88525f20.tar.bz2 gentoo-2-521035dc26bc725fce48ff1897b3aeab88525f20.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/gclipper')
-rw-r--r-- | x11-misc/gclipper/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/gclipper/gclipper-1.1a.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/gclipper/ChangeLog b/x11-misc/gclipper/ChangeLog index 6c11290289db..695f2cd95b35 100644 --- a/x11-misc/gclipper/ChangeLog +++ b/x11-misc/gclipper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/gclipper -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/ChangeLog,v 1.5 2003/11/03 08:28:00 abhishek Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/ChangeLog,v 1.6 2004/05/06 17:47:51 tseng Exp $ + + 06 May 2004; Brandon Hale <tseng@gentoo.org> gclipper-1.1a.ebuild: + Add IUSE= 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/gclipper/gclipper-1.1a.ebuild b/x11-misc/gclipper/gclipper-1.1a.ebuild index d58548c82b22..f387c48f6dec 100644 --- a/x11-misc/gclipper/gclipper-1.1a.ebuild +++ b/x11-misc/gclipper/gclipper-1.1a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.10 2003/11/11 13:15:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.11 2004/05/06 17:47:51 tseng Exp $ DESCRIPTION="multiple buffer clipboard that automatically fetches new selections and maintains them in a history" SRC_URI="http://www.thunderstorms.org/gclipper/gclipper-1.1a.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.theleaf.be/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="=x11-libs/gtk+-1.2*" |