summaryrefslogtreecommitdiff
path: root/x11-apps/xdpyinfo
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/xdpyinfo
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'x11-apps/xdpyinfo')
-rw-r--r--x11-apps/xdpyinfo/Manifest2
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-apps/xdpyinfo/Manifest b/x11-apps/xdpyinfo/Manifest
index 7e32b6fe248a..11daf418582e 100644
--- a/x11-apps/xdpyinfo/Manifest
+++ b/x11-apps/xdpyinfo/Manifest
@@ -1,3 +1,3 @@
DIST xdpyinfo-1.3.2.tar.bz2 141351 BLAKE2B b2dee4f424dee902c31430b8843c14d6836508ee0125db7de41f5e9faef1732dea571e90b37638cc90dabd3995a0ceb5e4094707138b7e066ee1ae856258503c SHA512 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d
-EBUILD xdpyinfo-1.3.2-r1.ebuild 772 BLAKE2B c5f074af1dd2821b9cd42dc1319a1c234d79cbc20364e2715cd6c8ba53faf3257344c259afbea669f6952d2bc9f9e9bac2ba36300432873379b86743e6daaf2c SHA512 1f0ea649b90fb33352ea926febe812fc1424628a9c126959d005aa5dc22d1e99cf5e4b09e6b45d5f2e803f98687139c770d0a848e7293d645d9c403577f9e4c6
+EBUILD xdpyinfo-1.3.2-r1.ebuild 801 BLAKE2B 09eda0f6ab0d9b029c10a1ff86c70e4ccd535cad50bd3723eecb05f20e61d98bfbe5ae638205cfd6f11470926b0e3d0a247d1d4da1d3d168ba5af8a4c1cf4991 SHA512 2e399c20a831febf3ff23299c1fb77b603204afaea402ebbe45989457fb9fa386eb047adb8c2a45f37efc36d65f5261a50f67f53f2d6605a7259ae725d8ce767
MISC metadata.xml 347 BLAKE2B 0496b148ad07710139de96e153b80e6035e6731a18d6e8a4dce75dd17bdfc54ad77276f1f82791393d198e96c9306f464dbce832b4d643b6285fb9a6d92e6261 SHA512 98174497a1f55be4b14d769ec110dafd63a8942eb8f51e2953237b76705128e47bd36a39b9c25985cdd99a3b431f3d5aa856fd634b2a2fbfc1a5cc13a3826fab
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild
index e3ef22a0543c..2a2d1656cdbd 100644
--- a/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild
+++ b/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild
@@ -26,12 +26,12 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- "--without-xf86misc"
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ --without-xf86misc
$(use_with dga)
$(use_with dmx)
$(use_with xinerama)
)
-
+ xorg-3_src_configure
}