summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-28 22:30:07 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-28 22:54:34 -0400
commit60362f2ce1cf5be809fc532a1342a15e91217a0b (patch)
tree98aeb5c56bb89e6bd2594f408e850941fd691de3 /x11-libs/libXinerama/libXinerama-1.1.5.ebuild
parentx11-libs/libXext: Version bump to 1.3.5 (diff)
downloadgentoo-60362f2ce1cf5be809fc532a1342a15e91217a0b.tar.gz
gentoo-60362f2ce1cf5be809fc532a1342a15e91217a0b.tar.bz2
gentoo-60362f2ce1cf5be809fc532a1342a15e91217a0b.zip
x11-libs/libXinerama: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXinerama/libXinerama-1.1.5.ebuild')
-rw-r--r--x11-libs/libXinerama/libXinerama-1.1.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libXinerama/libXinerama-1.1.5.ebuild b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
new file mode 100644
index 000000000000..21679c86f2cb
--- /dev/null
+++ b/x11-libs/libXinerama/libXinerama-1.1.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Xinerama library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"