diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:19:32 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:29:26 -0800 |
commit | e3692ca796972ccdbefe675040d2759e8a35d7a0 (patch) | |
tree | ae94f7f6694a03c84111569a02f23837bf913243 /x11-apps/xkill/xkill-1.0.5.ebuild | |
parent | x11-apps/xinit: Version bump to 1.4.0 (diff) | |
download | gentoo-e3692ca796972ccdbefe675040d2759e8a35d7a0.tar.gz gentoo-e3692ca796972ccdbefe675040d2759e8a35d7a0.tar.bz2 gentoo-e3692ca796972ccdbefe675040d2759e8a35d7a0.zip |
x11-apps/xkill: Version bump to 1.0.5
Diffstat (limited to 'x11-apps/xkill/xkill-1.0.5.ebuild')
-rw-r--r-- | x11-apps/xkill/xkill-1.0.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xkill/xkill-1.0.5.ebuild b/x11-apps/xkill/xkill-1.0.5.ebuild new file mode 100644 index 000000000000..badf428d330a --- /dev/null +++ b/x11-apps/xkill/xkill-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="kill a client by its X resource" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND}" |