diff options
author | 2020-07-17 15:11:00 -0700 | |
---|---|---|
committer | 2020-07-17 15:11:42 -0700 | |
commit | 54d99d284adb6f252779de0e6a0c9342b5bdef84 (patch) | |
tree | 9e8d211a55bac560473b78d82edc2ff0387b9ecd /x11-apps/xev/xev-1.2.4.ebuild | |
parent | app-emulation/qemu: pass --disable-containers (diff) | |
download | gentoo-54d99d284adb6f252779de0e6a0c9342b5bdef84.tar.gz gentoo-54d99d284adb6f252779de0e6a0c9342b5bdef84.tar.bz2 gentoo-54d99d284adb6f252779de0e6a0c9342b5bdef84.zip |
x11-apps/xev: Version bump to 1.2.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xev/xev-1.2.4.ebuild')
-rw-r--r-- | x11-apps/xev/xev-1.2.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xev/xev-1.2.4.ebuild b/x11-apps/xev/xev-1.2.4.ebuild new file mode 100644 index 000000000000..da4f5f642ee7 --- /dev/null +++ b/x11-apps/xev/xev-1.2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="Print contents of X events" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |