diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 10:59:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:23:37 +0200 |
commit | c3a3678666319e78b8ec357d41161de93ebe57eb (patch) | |
tree | 8e62a183d9ae7871af383f199934e1b03c83f84f /games-kids | |
parent | bd6da56ffafed10dc3fbc3bf8d50d55b9c0701a9 (diff) | |
download | gentoo-c3a3678666319e78b8ec357d41161de93ebe57eb.tar.gz gentoo-c3a3678666319e78b8ec357d41161de93ebe57eb.tar.xz |
games-kids/gcompris: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/gcompris/gcompris-14.12.ebuild | 5 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-15.10-r1.ebuild | 5 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-15.10.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/games-kids/gcompris/gcompris-14.12.ebuild b/games-kids/gcompris/gcompris-14.12.ebuild index 9431914e136..71d8842b097 100644 --- a/games-kids/gcompris/gcompris-14.12.ebuild +++ b/games-kids/gcompris/gcompris-14.12.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 @@ -32,7 +32,8 @@ RDEPEND="x11-libs/gtk+:2 dev-libs/popt virtual/libintl dev-db/sqlite:3 - dev-python/pygtk[${PYTHON_USEDEP}]" + dev-python/pygtk[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" DEPEND="${RDEPEND} gnome-base/gnome-common dev-perl/XML-Parser diff --git a/games-kids/gcompris/gcompris-15.10-r1.ebuild b/games-kids/gcompris/gcompris-15.10-r1.ebuild index 33a9d822fed..b192917cea6 100644 --- a/games-kids/gcompris/gcompris-15.10-r1.ebuild +++ b/games-kids/gcompris/gcompris-15.10-r1.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 EAPI=6 @@ -32,7 +32,8 @@ RDEPEND="x11-libs/gtk+:2 dev-libs/libxml2 dev-libs/popt dev-python/pygtk[${PYTHON_USEDEP}] - virtual/libintl" + virtual/libintl + ${PYTHON_DEPS}" DEPEND="${RDEPEND} app-text/texi2html dev-perl/XML-Parser diff --git a/games-kids/gcompris/gcompris-15.10.ebuild b/games-kids/gcompris/gcompris-15.10.ebuild index 5a182afffc4..40ced7b60dc 100644 --- a/games-kids/gcompris/gcompris-15.10.ebuild +++ b/games-kids/gcompris/gcompris-15.10.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 EAPI=5 @@ -32,7 +32,8 @@ RDEPEND="x11-libs/gtk+:2 dev-libs/popt virtual/libintl dev-db/sqlite:3 - dev-python/pygtk[${PYTHON_USEDEP}]" + dev-python/pygtk[${PYTHON_USEDEP}] + ${PYTHON_DEPS}" DEPEND="${RDEPEND} gnome-base/gnome-common dev-perl/XML-Parser |