diff options
author | Markus Meier <maekke@gentoo.org> | 2008-10-26 18:39:11 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-10-26 18:39:11 +0000 |
commit | 3a0d123b85745357bbfd3c5d45600557de324fe9 (patch) | |
tree | 039247f0606eb589309695307fa5dbbfb20f4f1e /net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild | |
parent | amd64/x86 stable, bug #231292 (diff) | |
download | gentoo-2-3a0d123b85745357bbfd3c5d45600557de324fe9.tar.gz gentoo-2-3a0d123b85745357bbfd3c5d45600557de324fe9.tar.bz2 gentoo-2-3a0d123b85745357bbfd3c5d45600557de324fe9.zip |
amd64/x86 stable, bug #239047
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc1 i686)
Diffstat (limited to 'net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild')
-rw-r--r-- | net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild index 0e03e22c494f..c5ebeacdee30 100644 --- a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild +++ b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild,v 1.1 2008/10/26 05:44:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r8.ebuild,v 1.2 2008/10/26 18:39:11 maekke Exp $ inherit eutils ssl-cert toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl )" |