commit:     8a7406298c778385d8cae3c17611be1a00803837
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:39:32 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:39:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a740629

mail-filter/tmda: Add missing Python variables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-filter/tmda/{tmda-1.1.12-r1.ebuild => tmda-1.1.12-r2.ebuild} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mail-filter/tmda/tmda-1.1.12-r1.ebuild 
b/mail-filter/tmda/tmda-1.1.12-r2.ebuild
similarity index 93%
rename from mail-filter/tmda/tmda-1.1.12-r1.ebuild
rename to mail-filter/tmda/tmda-1.1.12-r2.ebuild
index a6d669d69a..0046cb9071 100644
--- a/mail-filter/tmda/tmda-1.1.12-r1.ebuild
+++ b/mail-filter/tmda/tmda-1.1.12-r2.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
@@ -15,8 +16,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc ~sparc x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="virtual/mta"
+DEPEND="
+       virtual/mta
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 PATCHES=(

Reply via email to