diff options
author | 2015-04-16 09:35:12 +0000 | |
---|---|---|
committer | 2015-04-16 09:35:12 +0000 | |
commit | a42293da90126efd061175162995ee2d2eac2c10 (patch) | |
tree | 8fdf46579727f6090210e51e77851f89a51c1606 /net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild | |
parent | Drop broken manpage generation, fix for prefix (diff) | |
download | gentoo-2-a42293da90126efd061175162995ee2d2eac2c10.tar.gz gentoo-2-a42293da90126efd061175162995ee2d2eac2c10.tar.bz2 gentoo-2-a42293da90126efd061175162995ee2d2eac2c10.zip |
Version bump. Removed old. Adjusted openssl and postgresql slot dependency
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild index 2baab8ba64c8..ebbd68cfb28d 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild,v 1.15 2014/12/28 16:23:21 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.36.ebuild,v 1.16 2015/04/16 09:35:12 polynomial-c Exp $ EAPI=5 inherit eutils confutils flag-o-matic @@ -22,8 +22,8 @@ DEPEND="caps? ( sys-libs/libcap ) ldap? ( >=net-nds/openldap-2.0.25 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( dev-db/postgresql ) - ssl? ( >=dev-libs/openssl-0.9.6g ) + postgres? ( dev-db/postgresql:= ) + ssl? ( >=dev-libs/openssl-0.9.6g:0= ) sysquota? ( sys-fs/quota[-rpc] ) xinetd? ( virtual/inetd )" |