commit:     cdf6f54e60a965975239a1a8f55618b4f2258532
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 23:55:06 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:24:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf6f54e

x11-libs/libXt: Define XORG_CONFIGURE_OPTIONS in src_configure

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libXt/libXt-1.2.0.ebuild | 5 +++--
 x11-libs/libXt/libXt-1.2.1.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-libs/libXt/libXt-1.2.0.ebuild 
b/x11-libs/libXt/libXt-1.2.0.ebuild
index c3537018691..b0e36cae59e 100644
--- a/x11-libs/libXt/libXt-1.2.0.ebuild
+++ b/x11-libs/libXt/libXt-1.2.0.ebuild
@@ -21,11 +21,12 @@ DEPEND="${RDEPEND}
        x11-base/xorg-proto
        test? ( dev-libs/glib[${MULTILIB_USEDEP}] )"
 
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
                $(use_with doc xmlto)
                $(use_enable doc specs)
                $(use_enable test unit-tests)
                --without-fop
        )
+       xorg-3_src_configure
 }

diff --git a/x11-libs/libXt/libXt-1.2.1.ebuild 
b/x11-libs/libXt/libXt-1.2.1.ebuild
index c3537018691..b0e36cae59e 100644
--- a/x11-libs/libXt/libXt-1.2.1.ebuild
+++ b/x11-libs/libXt/libXt-1.2.1.ebuild
@@ -21,11 +21,12 @@ DEPEND="${RDEPEND}
        x11-base/xorg-proto
        test? ( dev-libs/glib[${MULTILIB_USEDEP}] )"
 
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
                $(use_with doc xmlto)
                $(use_enable doc specs)
                $(use_enable test unit-tests)
                --without-fop
        )
+       xorg-3_src_configure
 }

Reply via email to