diff options
author | 2015-11-08 11:10:40 +0100 | |
---|---|---|
committer | 2015-11-08 11:10:40 +0100 | |
commit | ca36447ba83d5ad09187ac757cd5dd197281d0a2 (patch) | |
tree | 9bda1a6026f7ab8f0baf4508a098cefef1de5118 /x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild | |
parent | Merge remote-tracking branch 'github/pr/332' (diff) | |
download | gentoo-ca36447ba83d5ad09187ac757cd5dd197281d0a2.tar.gz gentoo-ca36447ba83d5ad09187ac757cd5dd197281d0a2.tar.bz2 gentoo-ca36447ba83d5ad09187ac757cd5dd197281d0a2.zip |
x11-apps/xkbcomp: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild')
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild new file mode 100644 index 000000000000..c6b6721e21cb --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~x86-interix ~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" |