diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-20 11:53:55 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-20 12:27:40 -0400 |
commit | 3cc2fe57c8d480c649d9470d376eb1b1bd55160c (patch) | |
tree | 528669b937e9cd22a34aaca99972880a5aaf5c88 /x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild | |
parent | www-apps/piwigo: 11.4.0 bump (diff) | |
download | gentoo-3cc2fe57c8d480c649d9470d376eb1b1bd55160c.tar.gz gentoo-3cc2fe57c8d480c649d9470d376eb1b1bd55160c.tar.bz2 gentoo-3cc2fe57c8d480c649d9470d376eb1b1bd55160c.zip |
x11-apps/xkbcomp: Version bump to 1.4.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild')
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild new file mode 100644 index 000000000000..b02e5952aff6 --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="XKB keyboard description compiler" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +IUSE="" +DEPEND=" + >=x11-libs/libX11-1.6.9 + x11-libs/libxkbfile" +RDEPEND="${DEPEND}" +BDEPEND="sys-devel/bison" |