commit: a2cb0a17ffc55a340ff461dfe7d172be0be07e0c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:32:16 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:32:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cb0a17
www-servers/cherokee: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-servers/cherokee/cherokee-1.2.104.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/www-servers/cherokee/cherokee-1.2.104.ebuild
b/www-servers/cherokee/cherokee-1.2.104.ebuild
index a791ec440a8..adff732826e 100644
--- a/www-servers/cherokee/cherokee-1.2.104.ebuild
+++ b/www-servers/cherokee/cherokee-1.2.104.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -17,8 +17,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE="admin ffmpeg debug geoip ipv6 kernel_linux ldap libressl mysql nls pam
php rrdtool ssl static static-libs"
+RDEPEND=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-COMMON_DEPEND="dev-libs/libpcre
+COMMON_DEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/libpcre
>=sys-libs/zlib-1.1.4-r1
ffmpeg? ( virtual/ffmpeg )
geoip? ( dev-libs/geoip )
@@ -31,8 +35,8 @@ COMMON_DEPEND="dev-libs/libpcre
dev-lang/php:*[cgi]
) )
ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
)
"
DEPEND="${COMMON_DEPEND}