diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 12:33:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:27:50 +0200 |
commit | 530bcdbe3ce45d8a4f649f6f5ea250a44647eb87 (patch) | |
tree | 4a5f3242f054fd8e495dcb085ffbbde039fc4816 /media-sound | |
parent | media-sound/exaile: [QA] Add missing python metadata variables (diff) | |
download | gentoo-530bcdbe3ce45d8a4f649f6f5ea250a44647eb87.tar.gz gentoo-530bcdbe3ce45d8a4f649f6f5ea250a44647eb87.tar.bz2 gentoo-530bcdbe3ce45d8a4f649f6f5ea250a44647eb87.zip |
media-sound/lilycomp: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild b/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild index 60315165198a..b1edca49c7f9 100644 --- a/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild +++ b/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="tk" @@ -17,6 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND}" |