diff options
author | 2019-03-16 16:36:49 -0700 | |
---|---|---|
committer | 2019-03-16 16:45:05 -0700 | |
commit | ef625bba5ee8970d203573ec72d53738d4218fb3 (patch) | |
tree | 52e953ba9fc1322c1bf2e701cdfe017a0f4a668b /x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild | |
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>
Diffstat (limited to 'x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild')
-rw-r--r-- | x11-libs/libXxf86dga/libXxf86dga-1.1.5.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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" |