diff options
author | David Seifert <soap@gentoo.org> | 2021-05-02 01:55:06 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-02 11:24:49 -0400 |
commit | cdf6f54e60a965975239a1a8f55618b4f2258532 (patch) | |
tree | 45477b7762118eeed28ecb859547d7648f5efb53 /x11-libs/libXt | |
parent | x11-libs/libXmu: Define XORG_CONFIGURE_OPTIONS in src_configure (diff) | |
download | gentoo-cdf6f54e60a965975239a1a8f55618b4f2258532.tar.gz gentoo-cdf6f54e60a965975239a1a8f55618b4f2258532.tar.bz2 gentoo-cdf6f54e60a965975239a1a8f55618b4f2258532.zip |
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@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXt')
-rw-r--r-- | x11-libs/libXt/libXt-1.2.0.ebuild | 5 | ||||
-rw-r--r-- | 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 c3537018691f..b0e36cae59e9 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 c3537018691f..b0e36cae59e9 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 } |