diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:29:16 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:45:05 -0700 |
commit | 2b7560233af30f46fe4822c4e77c31c4306fd79c (patch) | |
tree | 353620c39423850889a64075aae3ca8b16110d88 /x11-libs/libXrandr | |
parent | dev-python/async_generator: keyword ~arm (diff) | |
download | gentoo-2b7560233af30f46fe4822c4e77c31c4306fd79c.tar.gz gentoo-2b7560233af30f46fe4822c4e77c31c4306fd79c.tar.bz2 gentoo-2b7560233af30f46fe4822c4e77c31c4306fd79c.zip |
x11-libs/libXrandr: Version bump to 1.5.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXrandr')
-rw-r--r-- | x11-libs/libXrandr/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.5.2.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXrandr/Manifest b/x11-libs/libXrandr/Manifest index 52644651e0a3..0da1272a6938 100644 --- a/x11-libs/libXrandr/Manifest +++ b/x11-libs/libXrandr/Manifest @@ -1 +1,2 @@ DIST libXrandr-1.5.1.tar.bz2 315769 BLAKE2B 5cdf69656ac804cf8732e35d8e46d5f29b5959851a0313d17d6c767b4cce0e55a1e137f074b7f7029e031397572ad934aa2649ea7d8e2719a69f16cc1c3e172e SHA512 ddcee1c50da8810412fd747b05a073ee5522b2f3b0a74e6a9b48b489ce9712356d1bc3009f8898aeee85671cdb44e2dafa04c8caf23d97963b36b1af9174445a +DIST libXrandr-1.5.2.tar.bz2 330726 BLAKE2B 2d91e4cd2d7af6b79ee952a0d51b0c61d64251c61f862677b47065f2eda811650a5e3bb3185d09a6401291b5a8bb30e8d29cf7aaf1699ac3f49b838ef7b1208d SHA512 fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87 diff --git a/x11-libs/libXrandr/libXrandr-1.5.2.ebuild b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild new file mode 100644 index 000000000000..d0f3168cf49f --- /dev/null +++ b/x11-libs/libXrandr/libXrandr-1.5.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_MULTILIB=yes +inherit xorg-3 + +DESCRIPTION="X.Org Xrandr library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |