diff options
author | 2018-05-13 19:58:38 -1000 | |
---|---|---|
committer | 2018-05-13 19:58:47 -1000 | |
commit | b9f01ab4df7a1ea28c3b28000b24044fc73418c1 (patch) | |
tree | f42a96049efac962c2068bcf406c78a77ae4c347 /x11-libs/libdmx/libdmx-1.1.4.ebuild | |
parent | metadata/layout.conf: Clarify scope of EAPI 5 deprecation. (diff) | |
download | gentoo-b9f01ab4df7a1ea28c3b28000b24044fc73418c1.tar.gz gentoo-b9f01ab4df7a1ea28c3b28000b24044fc73418c1.tar.bz2 gentoo-b9f01ab4df7a1ea28c3b28000b24044fc73418c1.zip |
x11-libs/libdmx: Version bump to 1.1.4
Diffstat (limited to 'x11-libs/libdmx/libdmx-1.1.4.ebuild')
-rw-r--r-- | x11-libs/libdmx/libdmx-1.1.4.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/libdmx/libdmx-1.1.4.ebuild b/x11-libs/libdmx/libdmx-1.1.4.ebuild new file mode 100644 index 000000000000..68d16096b58b --- /dev/null +++ b/x11-libs/libdmx/libdmx-1.1.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org dmx library" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-base/xorg-proto" +DEPEND="${RDEPEND}" |