diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:20 +0000 |
commit | f2065c6e9b77ba6810a7529ed2232324e33b27b4 (patch) | |
tree | 4cf74bf45dfdeb8c53fd6ec237b78211bca57187 /x11-misc/gclipper | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.tar.gz historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.tar.bz2 historical-f2065c6e9b77ba6810a7529ed2232324e33b27b4.zip |
gtk 1.2 dependency listing fixes
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 22464150bb84..9c8b328ae5a1 100644 --- a/x11-misc/gclipper/gclipper-1.1a.ebuild +++ b/x11-misc/gclipper/gclipper-1.1a.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last <your email> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.1 2002/01/24 12:02:37 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.2 2002/05/23 06:50:20 seemant 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, not used by Portage directly but handy for developer reference HOMEPAGE="http://www.theleaf.be" -DEPEND=">=x11-libs/gtk+-1.2.10" +DEPEND="=x11-libs/gtk+-1.2*" src_compile() { emake || die |