commit:     1633ccfa8b59902d6baeaa7a49a471a382f7672d
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=1633ccfa

x11-libs/libXmu: 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/libXmu/libXmu-1.1.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXmu/libXmu-1.1.3.ebuild 
b/x11-libs/libXmu/libXmu-1.1.3.ebuild
index 314d3020608..a6421846f98 100644
--- a/x11-libs/libXmu/libXmu-1.1.3.ebuild
+++ b/x11-libs/libXmu/libXmu-1.1.3.ebuild
@@ -19,11 +19,12 @@ RDEPEND="
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
-pkg_setup() {
-       XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
                $(use_enable ipv6)
                $(use_enable doc docs)
                $(use_with doc xmlto)
                --without-fop
        )
+       xorg-3_src_configure
 }

Reply via email to