From d319b32af201531c8c1b0e09c2496f9c3a16c74b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 19 Feb 2017 11:23:58 +0100 Subject: [PATCH] media-sound/apetag: Add missing Python variables Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- .../{apetag-1.12-r1.ebuild => apetag-1.12-r2.ebuild} | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) rename media-sound/apetag/{apetag-1.12-r1.ebuild => apetag-1.12-r2.ebuild} (82%) diff --git a/media-sound/apetag/apetag-1.12-r1.ebuild b/media-sound/apetag/apetag-1.12-r2.ebuild similarity index 82% rename from media-sound/apetag/apetag-1.12-r1.ebuild rename to 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 } -- 2.26.2