diff options
author | 2004-05-06 17:52:32 +0000 | |
---|---|---|
committer | 2004-05-06 17:52:32 +0000 | |
commit | 521035dc26bc725fce48ff1897b3aeab88525f20 (patch) | |
tree | 03d1bc74e6f5e850511135a65d2a99e97f01590d /x11-misc/gpasman/gpasman-1.3.0.ebuild | |
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/gpasman/gpasman-1.3.0.ebuild')
-rw-r--r-- | x11-misc/gpasman/gpasman-1.3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/gpasman/gpasman-1.3.0.ebuild b/x11-misc/gpasman/gpasman-1.3.0.ebuild index bbeee87046b6..28245f92c859 100644 --- a/x11-misc/gpasman/gpasman-1.3.0.ebuild +++ b/x11-misc/gpasman/gpasman-1.3.0.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/gpasman/gpasman-1.3.0.ebuild,v 1.12 2003/02/13 17:14:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.0.ebuild,v 1.13 2004/05/06 17:51:13 tseng Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gpasman: GTK Password manager" @@ -12,6 +12,7 @@ HOMEPAGE="http://gpasman.nl.linux.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" DEPEND="=x11-libs/gtk+-1.2*" |