summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2020-11-07 11:38:50 -0500
committerMatt Turner <mattst88@gentoo.org>2020-11-07 20:31:26 -0500
commit9129333c92ee450cd32b02ada7a5869f307d6c79 (patch)
treecc39dfca4df845c861001769c2259aad516ecf71 /x11-libs
parentx11-libs/libXau: EAPI 7 (diff)
downloadgentoo-9129333c92ee450cd32b02ada7a5869f307d6c79.tar.gz
gentoo-9129333c92ee450cd32b02ada7a5869f307d6c79.tar.bz2
gentoo-9129333c92ee450cd32b02ada7a5869f307d6c79.zip
x11-libs/libxshmfence: EAPI 7
Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild b/x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild
new file mode 100644
index 000000000000..4561b71e07f1
--- /dev/null
+++ b/x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="Shared memory fences using futexes"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DEPEND="x11-base/xorg-proto"