diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.43-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.43-r1.ebuild index a95f91e230..115c58f76c 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.43-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-1.1.43-r1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="crypt debug examples python static-libs" +IUSE="crypt debug debugger examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=">=virtual/pkgconfig-1" @@ -59,6 +59,7 @@ multilib_src_configure() { --without-python \ $(use_with crypt crypto) \ $(use_with debug) \ + $(use_with debugger) \ $(use_enable static-libs static) \ "$@" } diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-9999.ebuild index 4ccb49bd23..e7e3c233df 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/libxslt-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="crypt debug examples python static-libs" +IUSE="crypt debug debugger examples python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=">=virtual/pkgconfig-1" @@ -59,6 +59,7 @@ multilib_src_configure() { --without-python \ $(use_with crypt crypto) \ $(use_with debug) \ + $(use_with debugger) \ $(use_enable static-libs static) \ "$@" } diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/metadata.xml index e97f0e3750..2ce51255de 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libxslt/metadata.xml @@ -13,4 +13,7 @@ cpe:/a:xmlsoft:libxslt GNOME/libxslt + + Build into the library callbacks and associated API for debugging XML processing. +