commit: 56a1f4dae7e513a6772e37dd8849afbe064a97eb Author: Michael Perlov <perlovka <AT> gmail <DOT> com> AuthorDate: Sat Jun 16 08:08:03 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 17 21:24:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a1f4da
dev-libs/libsavitar: use system pugixml Closes: https://bugs.gentoo.org/658204 Closes: https://github.com/gentoo/gentoo/pull/8851 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libsavitar/libsavitar-3.3.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libsavitar/libsavitar-3.3.0-r1.ebuild b/dev-libs/libsavitar/libsavitar-3.3.0-r1.ebuild index 3aca6609e16..4b686c7e432 100644 --- a/dev-libs/libsavitar/libsavitar-3.3.0-r1.ebuild +++ b/dev-libs/libsavitar/libsavitar-3.3.0-r1.ebuild @@ -19,6 +19,7 @@ IUSE="+python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="${PYTHON_DEPS} + dev-libs/pugixml dev-python/sip[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}"