commit:     f1f9d135c7535d9a4fb6a55b6d2ba40bcbafa950
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:28:14 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 21:00:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f9d135

net-nntp/inn: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-nntp/inn/inn-2.5.3-r1.ebuild | 8 +++++---
 net-nntp/inn/inn-2.5.3-r3.ebuild | 8 ++++----
 net-nntp/inn/inn-2.5.4-r1.ebuild | 8 ++++----
 net-nntp/inn/inn-2.5.5-r1.ebuild | 8 ++++----
 4 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/net-nntp/inn/inn-2.5.3-r1.ebuild b/net-nntp/inn/inn-2.5.3-r1.ebuild
index fde86c2c99f..48edc30bd81 100644
--- a/net-nntp/inn/inn-2.5.3-r1.ebuild
+++ b/net-nntp/inn/inn-2.5.3-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert
@@ -15,6 +16,7 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
        virtual/mta
@@ -23,9 +25,9 @@ DEPEND="
        sys-libs/zlib
        kerberos? ( virtual/krb5 )
        sasl? ( >=dev-libs/cyrus-sasl-2 )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        python? ( ${PYTHON_DEPS} )
-       berkdb? ( sys-libs/db )
+       berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-nntp/inn/inn-2.5.3-r3.ebuild b/net-nntp/inn/inn-2.5.3-r3.ebuild
index c4801fe896c..e356b6892f4 100644
--- a/net-nntp/inn/inn-2.5.3-r3.ebuild
+++ b/net-nntp/inn/inn-2.5.3-r3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert toolchain-funcs
@@ -15,7 +16,6 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
        sys-libs/zlib
        kerberos? ( virtual/krb5 )
        sasl? ( >=dev-libs/cyrus-sasl-2 )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        python? ( ${PYTHON_DEPS} )
-       berkdb? ( sys-libs/db )
+       berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-nntp/inn/inn-2.5.4-r1.ebuild b/net-nntp/inn/inn-2.5.4-r1.ebuild
index 72f69f22954..19a769d0a7c 100644
--- a/net-nntp/inn/inn-2.5.4-r1.ebuild
+++ b/net-nntp/inn/inn-2.5.4-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert toolchain-funcs
@@ -15,7 +16,6 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
        sys-libs/zlib
        kerberos? ( virtual/krb5 )
        sasl? ( >=dev-libs/cyrus-sasl-2 )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        python? ( ${PYTHON_DEPS} )
-       berkdb? ( sys-libs/db )
+       berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/net-nntp/inn/inn-2.5.5-r1.ebuild b/net-nntp/inn/inn-2.5.5-r1.ebuild
index 72f69f22954..19a769d0a7c 100644
--- a/net-nntp/inn/inn-2.5.5-r1.ebuild
+++ b/net-nntp/inn/inn-2.5.5-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib python-single-r1 ssl-cert toolchain-funcs
@@ -15,7 +16,6 @@ LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT 
GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
        sys-libs/zlib
        kerberos? ( virtual/krb5 )
        sasl? ( >=dev-libs/cyrus-sasl-2 )
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        python? ( ${PYTHON_DEPS} )
-       berkdb? ( sys-libs/db )
+       berkdb? ( sys-libs/db:* )
 "
 RDEPEND="${DEPEND}"
 

Reply via email to