diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-01-11 11:24:54 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-01-11 11:24:54 +0000 |
commit | 0fad2eb5d16908849fb668a9196553a0a90ab144 (patch) | |
tree | 57f75d5998a69c688ed9468522b5864e348725af /net-ftp/netkit-ftpd | |
parent | Added missing QT4 dependency (fixes bug #205259). (diff) | |
download | gentoo-2-0fad2eb5d16908849fb668a9196553a0a90ab144.tar.gz gentoo-2-0fad2eb5d16908849fb668a9196553a0a90ab144.tar.bz2 gentoo-2-0fad2eb5d16908849fb668a9196553a0a90ab144.zip |
Fixed the patch when building with USE=-ssl, dropped ppc (bug #199206)
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-ftp/netkit-ftpd')
-rw-r--r-- | net-ftp/netkit-ftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/netkit-ftpd/netkit-ftpd-0.17-r7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-ftp/netkit-ftpd/ChangeLog b/net-ftp/netkit-ftpd/ChangeLog index 80f98d2f7f11..24124aae78d8 100644 --- a/net-ftp/netkit-ftpd/ChangeLog +++ b/net-ftp/netkit-ftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/netkit-ftpd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/ChangeLog,v 1.11 2008/01/11 00:59:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/ChangeLog,v 1.12 2008/01/11 11:24:54 rbu Exp $ + + 11 Jan 2008; Robert Buchholz <rbu@gentoo.org> netkit-ftpd-0.17-r7.ebuild: + Fixed the patch when building with USE=-ssl, dropped ppc (bug #199206) 11 Jan 2008; Brent Baude <ranger@gentoo.org> netkit-ftpd-0.17-r7.ebuild: Marking netkit-ftpd-0.17-r7 ppc for bug 199206 diff --git a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r7.ebuild b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r7.ebuild index 66ad7c54a410..afe62236751a 100644 --- a/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r7.ebuild +++ b/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r7.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-r7.ebuild,v 1.3 2008/01/11 00:59:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-ftpd/netkit-ftpd-0.17-r7.ebuild,v 1.4 2008/01/11 11:24:54 rbu Exp $ inherit eutils ssl-cert @@ -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 )" @@ -30,7 +30,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-shadowfix.patch epatch "${FILESDIR}"/${P}-gcc41.patch epatch "${FILESDIR}"/${P}-setguid.patch - epatch "${FILESDIR}"/${P}-fclose-CVE-2007-6263.patch #199206 + use ssl && epatch "${FILESDIR}"/${P}-fclose-CVE-2007-6263.patch #199206 } src_compile() { |