diff options
author | David Seifert <soap@gentoo.org> | 2017-02-19 11:23:58 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-19 11:23:58 +0100 |
commit | d319b32af201531c8c1b0e09c2496f9c3a16c74b (patch) | |
tree | b425c64203f81fa802143fcb2d97c7c0b5ea1687 /media-sound/apetag | |
parent | media-sound/codecgraph: Add missing Python variables (diff) | |
download | gentoo-d319b32af201531c8c1b0e09c2496f9c3a16c74b.tar.gz gentoo-d319b32af201531c8c1b0e09c2496f9c3a16c74b.tar.bz2 gentoo-d319b32af201531c8c1b0e09c2496f9c3a16c74b.zip |
media-sound/apetag: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound/apetag')
-rw-r--r-- | media-sound/apetag/apetag-1.12-r2.ebuild (renamed from media-sound/apetag/apetag-1.12-r1.ebuild) | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/apetag/apetag-1.12-r1.ebuild b/media-sound/apetag/apetag-1.12-r2.ebuild index 6a35cba1cba6..c5e0f16288d6 100644 --- a/media-sound/apetag/apetag-1.12-r1.ebuild +++ b/media-sound/apetag/apetag-1.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,11 +16,15 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -S=${WORKDIR}/Apetag +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN^} src_prepare() { - eapply_user + default sed -i \ -e 's:CXXDEBUG:LDFLAGS:' \ Makefile || die @@ -44,5 +48,5 @@ src_install() { dosym ../lib/apetag/rmid3tag.py /usr/bin/rmid3tag.py dosym ../lib/apetag/tagdir.py /usr/bin/tagdir.py - dodoc 00readme + newdoc 00readme README } |