diff options
author | David Seifert <soap@gentoo.org> | 2017-02-19 11:26:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-19 11:26:11 +0100 |
commit | 80f11f7e0dc08316f2d6ae53019f0a329006a8eb (patch) | |
tree | 838b31a237050ef4d32688c686859c44780231ac /media-libs/pymemphis | |
parent | media-sound/apetag: Add missing Python variables (diff) | |
download | gentoo-80f11f7e0dc08316f2d6ae53019f0a329006a8eb.tar.gz gentoo-80f11f7e0dc08316f2d6ae53019f0a329006a8eb.tar.bz2 gentoo-80f11f7e0dc08316f2d6ae53019f0a329006a8eb.zip |
media-libs/pymemphis: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/pymemphis')
-rw-r--r-- | media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild (renamed from media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild index c26036a807e1..002a992d426f 100644 --- a/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild +++ b/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild @@ -18,8 +18,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" LICENSE="LGPL-2.1" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" +RDEPEND="${PYTHON_DEPS} dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] media-libs/memphis" |