diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-05 18:58:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-05 18:59:01 +0200 |
commit | abb9e4de308a9c19d688c61b65b76b4f2580be66 (patch) | |
tree | b8edfbd5af536f9f34d938a027f495f7cf45d7da | |
parent | Trying to take care of sci-mathematics/isabelle (diff) | |
download | gentoo-abb9e4de308a9c19d688c61b65b76b4f2580be66.tar.gz gentoo-abb9e4de308a9c19d688c61b65b76b4f2580be66.tar.bz2 gentoo-abb9e4de308a9c19d688c61b65b76b4f2580be66.zip |
media-sound/dir2ogg: Fix REQUIRED_USE
Closes: https://bugs.gentoo.org/682576
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | media-sound/dir2ogg/dir2ogg-0.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/dir2ogg/dir2ogg-0.12.ebuild b/media-sound/dir2ogg/dir2ogg-0.12.ebuild index 91ad62072f25..cc8c8840f0b0 100644 --- a/media-sound/dir2ogg/dir2ogg-0.12.ebuild +++ b/media-sound/dir2ogg/dir2ogg-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="aac flac mac mp3 musepack wavpack wma" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} |