summaryrefslogtreecommitdiff
path: root/x11-libs/libFS/libFS-1.0.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libFS/libFS-1.0.8.ebuild')
-rw-r--r--x11-libs/libFS/libFS-1.0.8.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-libs/libFS/libFS-1.0.8.ebuild b/x11-libs/libFS/libFS-1.0.8.ebuild
index d09e896974b0..fcc892130f92 100644
--- a/x11-libs/libFS/libFS-1.0.8.ebuild
+++ b/x11-libs/libFS/libFS-1.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,12 +10,13 @@ DESCRIPTION="X.Org FS library"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="ipv6"
-DEPEND="x11-base/xorg-proto
+DEPEND="
+ x11-base/xorg-proto
x11-libs/xtrans"
-RDEPEND=""
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
)
+ xorg-3_src_configure
}