diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 12:04:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:26:02 +0200 |
commit | 5f519da6bb37eadb4c5cfcd00f9cf14a811ad0d9 (patch) | |
tree | 2dea89d6905f8321286f1585dcfeaa87fb205ad4 /media-libs | |
parent | media-libs/avidemux-plugins: [QA] Add missing python metadata variables (diff) | |
download | gentoo-5f519da6bb37eadb4c5cfcd00f9cf14a811ad0d9.tar.gz gentoo-5f519da6bb37eadb4c5cfcd00f9cf14a811ad0d9.tar.bz2 gentoo-5f519da6bb37eadb4c5cfcd00f9cf14a811ad0d9.zip |
media-libs/ganv: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/ganv/ganv-1.4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/ganv/ganv-1.4.2.ebuild b/media-libs/ganv/ganv-1.4.2.ebuild index 617c1ca57a60..dafedc72ffda 100644 --- a/media-libs/ganv/ganv-1.4.2.ebuild +++ b/media-libs/ganv/ganv-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,6 +25,7 @@ RDEPEND=" dev-libs/gobject-introspection:=[doctool] ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} nls? ( virtual/libintl ) " |