diff options
author | Markus Meier <maekke@gentoo.org> | 2011-09-04 11:57:43 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-09-04 11:57:43 +0000 |
commit | 0f19470c09483057a697909d5cb0bc5a7f45f7fa (patch) | |
tree | ba44d2ae77510c8fe503f490b13579a4b0534661 /x11-apps/xkbcomp | |
parent | x86 stable, bug #380421 (diff) | |
download | gentoo-2-0f19470c09483057a697909d5cb0bc5a7f45f7fa.tar.gz gentoo-2-0f19470c09483057a697909d5cb0bc5a7f45f7fa.tar.bz2 gentoo-2-0f19470c09483057a697909d5cb0bc5a7f45f7fa.zip |
x86 stable, bug #380421
(Portage version: 2.1.10.12/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index d34e37698304..c4a1c227beee 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.93 2011/08/30 07:55:22 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.94 2011/09/04 11:57:43 maekke Exp $ + + 04 Sep 2011; Markus Meier <maekke@gentoo.org> xkbcomp-1.2.3.ebuild: + x86 stable, bug #380421 30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> xkbcomp-1.2.3.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild index b46683ad9d56..2123accc5e49 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild,v 1.2 2011/08/30 07:55:22 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild,v 1.3 2011/09/04 11:57:43 maekke Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="compile XKB keyboard description" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" |