summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-05-23 13:03:24 -0700
committerMatt Turner <mattst88@gentoo.org>2018-05-23 13:03:54 -0700
commit0b3a5ddea1043b82daf9d3cc600a084389e769ef (patch)
treea075f7ebb4aef9df4fe475c37ff98f7ba1ad49a7 /x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild
parentmedia-fonts/terminus-font: Remove 4.39-r1 (diff)
downloadgentoo-0b3a5ddea1043b82daf9d3cc600a084389e769ef.tar.gz
gentoo-0b3a5ddea1043b82daf9d3cc600a084389e769ef.tar.bz2
gentoo-0b3a5ddea1043b82daf9d3cc600a084389e769ef.zip
x11-libs/libxshmfence: Revision bump to force a rebuild
Closes: https://bugs.gentoo.org/656332
Diffstat (limited to 'x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild')
-rw-r--r--x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild b/x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild
new file mode 100644
index 000000000000..4d71010ce83d
--- /dev/null
+++ b/x11-libs/libxshmfence/libxshmfence-1.3-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="Shared memory fences using futexes"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="x11-base/xorg-proto"