diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 22:14:05 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 22:59:25 +0200 |
commit | 810261391fda8e5a98ff4b31d36860fc3a666391 (patch) | |
tree | be529e8f057338cc3add116e56ee22d6a0b7a511 /net-mail/queue-repair | |
parent | net-mail/mailman: [QA] Add missing python metadata variables (diff) | |
download | gentoo-810261391fda8e5a98ff4b31d36860fc3a666391.tar.gz gentoo-810261391fda8e5a98ff4b31d36860fc3a666391.tar.bz2 gentoo-810261391fda8e5a98ff4b31d36860fc3a666391.zip |
net-mail/queue-repair: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-mail/queue-repair')
-rw-r--r-- | net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild index 82fc8505b5c3..ecb94ffdd881 100644 --- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild +++ b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) + inherit python-single-r1 DESCRIPTION="A toolkit for dealing with the qmail queue directory structure" @@ -14,9 +15,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" -REQURIED_USE="${PYTHON_REQUIRED_USE}" +DEPEND="${RDEPEND}" + DOCS=( BLURB TODO CHANGELOG ) src_install () { |