diff options
author | 2012-03-23 15:29:52 +0000 | |
---|---|---|
committer | 2012-03-23 15:29:52 +0000 | |
commit | 24c10e797cd4c9fa2a24f658f6cb6ba46fb1bc62 (patch) | |
tree | eeb0e655af3f2721f36c89dd109564c89bad07de /x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-24c10e797cd4c9fa2a24f658f6cb6ba46fb1bc62.tar.gz gentoo-2-24c10e797cd4c9fa2a24f658f6cb6ba46fb1bc62.tar.bz2 gentoo-2-24c10e797cd4c9fa2a24f658f6cb6ba46fb1bc62.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild')
-rw-r--r-- | x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild new file mode 100644 index 000000000000..1d60fc041a59 --- /dev/null +++ b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild,v 1.1 2012/03/23 15:29:52 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="Controls the keyboard layout of a running X server." + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libxkbfile + x11-libs/libX11" +DEPEND="${RDEPEND}" |