summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-02-10 15:06:33 -0800
committerMatt Turner <mattst88@gentoo.org>2019-02-10 15:08:58 -0800
commitd2797a7240ce54c2f915b371e3e07752b07d6cc3 (patch)
treeb2524842f7de180c46761a6fa3022cb61e093089 /x11-libs/libXau/libXau-1.0.9.ebuild
parentx11-apps/bitmap: Version bump to 1.0.9 (diff)
downloadgentoo-d2797a7240ce54c2f915b371e3e07752b07d6cc3.tar.gz
gentoo-d2797a7240ce54c2f915b371e3e07752b07d6cc3.tar.bz2
gentoo-d2797a7240ce54c2f915b371e3e07752b07d6cc3.zip
x11-libs/libXau: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXau/libXau-1.0.9.ebuild')
-rw-r--r--x11-libs/libXau/libXau-1.0.9.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-libs/libXau/libXau-1.0.9.ebuild b/x11-libs/libXau/libXau-1.0.9.ebuild
new file mode 100644
index 000000000000..a75660eb26fd
--- /dev/null
+++ b/x11-libs/libXau/libXau-1.0.9.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org X authorization library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-base/xorg-proto"
+DEPEND="${RDEPEND}"