diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-06-08 21:05:50 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-06-08 21:06:50 -0700 |
commit | 9ac265696317b4c440ae2060fd3c3517d20d1e17 (patch) | |
tree | b0bf4b578ed520eec71d2e0f629554a7b6ebc05a /x11-apps | |
parent | virtual/perl-if: Copy m68k, sh stable from dev-lang/perl (diff) | |
download | gentoo-9ac265696317b4c440ae2060fd3c3517d20d1e17.tar.gz gentoo-9ac265696317b4c440ae2060fd3c3517d20d1e17.tar.bz2 gentoo-9ac265696317b4c440ae2060fd3c3517d20d1e17.zip |
x11-apps/xkbcomp: Version bump 1.4.2
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbcomp/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index 8981b2225c9a..cdc5a5944c82 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1 +1,2 @@ DIST xkbcomp-1.4.1.tar.bz2 251069 BLAKE2B dd485d2a5c985bace74fb5cc8da64d6b33dc9450c2e98f42e7e82f989faaa724da068799c40d2703da7172d758e67ece633ca47d2fc97342ec7a9aaedd71d201 SHA512 443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23 +DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334 SHA512 b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild new file mode 100644 index 000000000000..c3f0fc686a56 --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="compile XKB keyboard description" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + sys-devel/bison" |