diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:50:44 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:50:44 -0400 |
commit | 98a36d02217e668417d2a163d03ae72c2c369eda (patch) | |
tree | 6700bcb048dc5a38141eba405592e0e8e0adc07e /x11-apps | |
parent | x11-apps/xkbutils: Propagate stable keywords (diff) | |
download | gentoo-98a36d02217e668417d2a163d03ae72c2c369eda.tar.gz gentoo-98a36d02217e668417d2a163d03ae72c2c369eda.tar.bz2 gentoo-98a36d02217e668417d2a163d03ae72c2c369eda.zip |
x11-apps/xkbutils: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.4.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/xkbutils/xkbutils-1.0.4.ebuild b/x11-apps/xkbutils/xkbutils-1.0.4.ebuild deleted file mode 100644 index ead2202df2a2..000000000000 --- a/x11-apps/xkbutils/xkbutils-1.0.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X.Org xkbutils application" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXaw" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |