summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-30 15:57:00 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-30 15:57:00 +0000
commit55c8e1c4955c57a9ff925daf670b7e0736401ad3 (patch)
treef9a35ac4c486c114f1262eb4f344df32457130a7 /dev-python/pygpgme/pygpgme-0.3-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-55c8e1c4955c57a9ff925daf670b7e0736401ad3.tar.gz
gentoo-2-55c8e1c4955c57a9ff925daf670b7e0736401ad3.tar.bz2
gentoo-2-55c8e1c4955c57a9ff925daf670b7e0736401ad3.zip
dev-python/pygpgme: Fix usage of python-r1.eclass
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/pygpgme/pygpgme-0.3-r1.ebuild')
-rw-r--r--dev-python/pygpgme/pygpgme-0.3-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
index 991baf64c3fd..11d6e8393f1e 100644
--- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
+++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygpgme/pygpgme-0.3-r1.ebuild,v 1.1 2013/06/20 05:52:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygpgme/pygpgme-0.3-r1.ebuild,v 1.2 2013/06/30 15:57:00 jlec Exp $
EAPI=5
@@ -17,7 +17,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="app-crypt/gpgme"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+ app-crypt/gpgme"
RDEPEND="${DEPEND}"
python_prepare_all() {