diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:38:53 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:45:05 -0700 |
commit | 087ac7df590ca1b7bcbbc6608e330c697913e469 (patch) | |
tree | e197f876a4fd03cb316e1b285fbb8a53043eb050 /x11-apps/x11perf/x11perf-1.6.1.ebuild | |
parent | x11-libs/libXxf86dga: Version bump to 1.1.5 (diff) | |
download | gentoo-087ac7df590ca1b7bcbbc6608e330c697913e469.tar.gz gentoo-087ac7df590ca1b7bcbbc6608e330c697913e469.tar.bz2 gentoo-087ac7df590ca1b7bcbbc6608e330c697913e469.zip |
x11-apps/x11perf: Version bump to 1.6.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/x11perf/x11perf-1.6.1.ebuild')
-rw-r--r-- | x11-apps/x11perf/x11perf-1.6.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/x11perf/x11perf-1.6.1.ebuild b/x11-apps/x11perf/x11perf-1.6.1.ebuild new file mode 100644 index 000000000000..e16a97600d85 --- /dev/null +++ b/x11-apps/x11perf/x11perf-1.6.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="X rendering operation stress test utility" + +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/libXmu + x11-libs/libXft + x11-libs/libXrender + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |