summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-02 01:55:05 +0200
committerMatt Turner <mattst88@gentoo.org>2021-05-02 11:24:44 -0400
commit71f867a5eedb721ecc2799aaffcd5e041af6e31b (patch)
treef17c3c8789b27b91a595065e17ec49bb017e6465 /x11-apps
parentx11-apps/xdpyinfo: Define XORG_CONFIGURE_OPTIONS in src_configure (diff)
downloadgentoo-71f867a5eedb721ecc2799aaffcd5e041af6e31b.tar.gz
gentoo-71f867a5eedb721ecc2799aaffcd5e041af6e31b.tar.bz2
gentoo-71f867a5eedb721ecc2799aaffcd5e041af6e31b.zip
x11-apps/xhost: 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-apps')
-rw-r--r--x11-apps/xhost/xhost-1.0.8.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-apps/xhost/xhost-1.0.8.ebuild b/x11-apps/xhost/xhost-1.0.8.ebuild
index 6b32368a13b7..a2a75a11d671 100644
--- a/x11-apps/xhost/xhost-1.0.8.ebuild
+++ b/x11-apps/xhost/xhost-1.0.8.ebuild
@@ -15,6 +15,9 @@ RDEPEND="x11-libs/libX11
x11-libs/libXau"
DEPEND="${RDEPEND}"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)"
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ )
+ xorg-3_src_configure
}