diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-03-11 11:15:32 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-12 23:14:16 -0500 |
commit | 7c9d47580799fc4af75b87cd7ac8a71a2cfbf66b (patch) | |
tree | c94cb22138c39394f85cb9b835fb6d016c4f1b22 /x11-apps/xkbutils | |
parent | x11-apps/xkbevd: EAPI 7 (diff) | |
download | gentoo-7c9d47580799fc4af75b87cd7ac8a71a2cfbf66b.tar.gz gentoo-7c9d47580799fc4af75b87cd7ac8a71a2cfbf66b.tar.bz2 gentoo-7c9d47580799fc4af75b87cd7ac8a71a2cfbf66b.zip |
x11-apps/xkbutils: EAPI 7
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xkbutils')
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild b/x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild new file mode 100644 index 000000000000..f407430b8807 --- /dev/null +++ b/x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="X.Org xkbutils application" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |