diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:36:49 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:45:05 -0700 |
commit | ef625bba5ee8970d203573ec72d53738d4218fb3 (patch) | |
tree | 52e953ba9fc1322c1bf2e701cdfe017a0f4a668b | |
parent | x11-libs/libXvMC: Version bump to 1.0.11 (diff) | |
download | gentoo-ef625bba5ee8970d203573ec72d53738d4218fb3.tar.gz gentoo-ef625bba5ee8970d203573ec72d53738d4218fb3.tar.bz2 gentoo-ef625bba5ee8970d203573ec72d53738d4218fb3.zip |
x11-libs/libXxf86dga: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | x11-libs/libXxf86dga/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libXxf86dga/Manifest b/x11-libs/libXxf86dga/Manifest index 0c7942f691f2..88ea02847267 100644 --- a/x11-libs/libXxf86dga/Manifest +++ b/x11-libs/libXxf86dga/Manifest @@ -1 +1,2 @@ DIST libXxf86dga-1.1.4.tar.bz2 280216 BLAKE2B e67a1e2fafc91cdce5b1d4f4ad2083080656f27fceaf167fcf6626c641f1dd7fa14ebe4f8508042ef0489e0fd689b05f6088487b9eda65995888158452898546 SHA512 58d81a7850275fc8382018bcc56dbc65b4200828b1f1379dcee3da1878f12a83ee681a9d474bcd564d99bf93bedfeb7b243370e0ebb89177652b37cee158a3f2 +DIST libXxf86dga-1.1.5.tar.bz2 301685 BLAKE2B 8c70299e52cd2f34b4dbfa0d56707df20f7b368ab92321cf9e8c0fe15402a3b4e1b8eb62d0e53fd3321e95521bb4f35479493e412710a74779ac98ffaef966bd SHA512 0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89 diff --git a/x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild b/x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild new file mode 100644 index 000000000000..07bf27147689 --- /dev/null +++ b/x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild @@ -0,0 +1,18 @@ +# 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 Xxf86dga 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 ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |