diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:00:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:00:37 +0000 |
commit | 123bac91373864a3ad6c5325ae29542d619a4dec (patch) | |
tree | 10f947e749f548db72d2234a4b88bb06317c972b /net-ftp | |
parent | sync IUSE (+gtk), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-123bac91373864a3ad6c5325ae29542d619a4dec.tar.gz gentoo-2-123bac91373864a3ad6c5325ae29542d619a4dec.tar.bz2 gentoo-2-123bac91373864a3ad6c5325ae29542d619a4dec.zip |
sync IUSE (missing)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/glftpd/glftpd-1.32.ebuild | 3 | ||||
-rw-r--r-- | net-ftp/junkie/junkie-0.3.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-ftp/glftpd/glftpd-1.32.ebuild b/net-ftp/glftpd/glftpd-1.32.ebuild index 351dfd05f6ee..7f69e84c3cb6 100644 --- a/net-ftp/glftpd/glftpd-1.32.ebuild +++ b/net-ftp/glftpd/glftpd-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/glftpd/glftpd-1.32.ebuild,v 1.3 2004/06/24 22:45:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/glftpd/glftpd-1.32.ebuild,v 1.4 2004/07/14 23:55:52 agriffis Exp $ inherit eutils @@ -12,6 +12,7 @@ SRC_URI="http://www.glftpd.com/files/${MY_P}.tgz" LICENSE="freedist" SLOT="0" KEYWORDS="-* x86" +IUSE="" DEPEND="dev-libs/openssl" RDEPEND="${DEPEND} diff --git a/net-ftp/junkie/junkie-0.3.1.ebuild b/net-ftp/junkie/junkie-0.3.1.ebuild index 4d57f27cd2c3..100cd13b8513 100644 --- a/net-ftp/junkie/junkie-0.3.1.ebuild +++ b/net-ftp/junkie/junkie-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/junkie/junkie-0.3.1.ebuild,v 1.4 2004/06/24 22:46:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/junkie/junkie-0.3.1.ebuild,v 1.5 2004/07/15 00:00:37 agriffis Exp $ inherit gnome2 @@ -12,6 +12,7 @@ HOMEPAGE="http://sourceforge.net/projects/junkie" SLOT="0" LICENSE="BSD" KEYWORDS="x86 ~ppc ~sparc" +IUSE="" DEPEND=">=x11-libs/gtk+-2.0.3 >=dev-libs/glib-2.0.0" |