diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:54:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:21:55 +0200 |
commit | 9d64e5a467ade1fd118ae0ebc2a121edc5efe703 (patch) | |
tree | 44a19b3a5db9c2ac0000b56f5bae5e768a81937e /dev-libs | |
parent | dev-libs/libcec: [QA] Add missing python metadata variables (diff) | |
download | gentoo-9d64e5a467ade1fd118ae0ebc2a121edc5efe703.tar.gz gentoo-9d64e5a467ade1fd118ae0ebc2a121edc5efe703.tar.bz2 gentoo-9d64e5a467ade1fd118ae0ebc2a121edc5efe703.zip |
dev-libs/libcxml: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcxml/libcxml-0.15.1.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libcxml/libcxml-0.15.4.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libcxml/libcxml-0.15.1.ebuild b/dev-libs/libcxml/libcxml-0.15.1.ebuild index b61caadfceb5..a25b9f8de517 100644 --- a/dev-libs/libcxml/libcxml-0.15.1.ebuild +++ b/dev-libs/libcxml/libcxml-0.15.1.ebuild @@ -19,6 +19,7 @@ IUSE="" RDEPEND="dev-cpp/libxmlpp:2.6 dev-libs/boost" DEPEND="${RDEPEND} + ${PYTHON_DEPS} dev-util/waf virtual/pkgconfig" diff --git a/dev-libs/libcxml/libcxml-0.15.4.ebuild b/dev-libs/libcxml/libcxml-0.15.4.ebuild index dec46e6de12e..666e14d5fa33 100644 --- a/dev-libs/libcxml/libcxml-0.15.4.ebuild +++ b/dev-libs/libcxml/libcxml-0.15.4.ebuild @@ -20,6 +20,7 @@ RDEPEND="dev-cpp/libxmlpp:2.6 dev-libs/boost dev-libs/locked_sstream" DEPEND="${RDEPEND} + ${PYTHON_DEPS} dev-util/waf virtual/pkgconfig" |