From 810261391fda8e5a98ff4b31d36860fc3a666391 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 23 Apr 2017 22:14:05 +0200 Subject: [PATCH] net-mail/queue-repair: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild | 7 +++++-- 1 file 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 () { -- 2.26.2