diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-11-07 11:38:50 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-07 20:31:26 -0500 |
commit | 9129333c92ee450cd32b02ada7a5869f307d6c79 (patch) | |
tree | cc39dfca4df845c861001769c2259aad516ecf71 | |
parent | x11-libs/libXau: EAPI 7 (diff) | |
download | gentoo-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>
-rw-r--r-- | x11-libs/libxshmfence/libxshmfence-1.3-r2.ebuild | 13 |
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" |