summaryrefslogtreecommitdiff
path: root/x11-apps/xhost
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
commita978c074e4272bb901fbe4a10de0a7b2af574f17 (patch)
tree8c764c1cc0576389ce22abd317bceba71ea5732d /x11-apps/xhost
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r--x11-apps/xhost/Manifest2
-rw-r--r--x11-apps/xhost/xhost-1.0.8.ebuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest
index d777da8454e7..0b1cfd953337 100644
--- a/x11-apps/xhost/Manifest
+++ b/x11-apps/xhost/Manifest
@@ -1,3 +1,3 @@
DIST xhost-1.0.8.tar.bz2 138539 BLAKE2B f05d58444537431d9dce5e6dccc27bc8116141d66b34b6edb356dbe823898dbb2927f8ad8dc133178efc7e5b399b7b6428883ea7c665577d4b1984300474eabe SHA512 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b
-EBUILD xhost-1.0.8.ebuild 515 BLAKE2B 1e344a7d387e542074c0c8f004c4e62e4ee3b6a9fcde608d364ce64b22bb1743306853a04baeecb9d840e9d7384bbda96aef16393ad5beb275544623c9b1267c SHA512 4e26365fe7a12462240717742ff7e50943c7cd999887d44116e1252be0aad2624657591b99caab0a45a1d4e9911f447b03c21d863ad2934848a68d2ae2688e13
+EBUILD xhost-1.0.8.ebuild 552 BLAKE2B c4c4b530cffdae27378ce6e01745dd73e38738a7ba64649b0968ecffb7f0486f7b5a6f5927376922cc07f1f27a2e22d40a786e1d12be2e355bd645e4cfacb43c SHA512 2a45be445bdbc1375d2fa9f34794891f32ade53a1468924cfe38066f148f244f1f374425ad4955a7d7ce76486093f5e01243bedcf1737e6e7574ca9f10ce12db
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
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
}