diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-05 18:21:55 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-05 18:21:55 +0000 |
commit | 7ea3a7ff296255e4bea91e3c00651171458b3315 (patch) | |
tree | 44c16cda98d5f4d95bae36ae8c67963af15a13ca /x11-apps | |
parent | Marked stable on amd64 for bug #175465 (diff) | |
download | gentoo-2-7ea3a7ff296255e4bea91e3c00651171458b3315.tar.gz gentoo-2-7ea3a7ff296255e4bea91e3c00651171458b3315.tar.bz2 gentoo-2-7ea3a7ff296255e4bea91e3c00651171458b3315.zip |
Marked stable on amd64 for bug #175465
(Portage version: 2.1.2.5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 01050c84e2ec..a374dcbb81a4 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.37 2007/04/29 06:09:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.38 2007/05/05 18:21:55 dang Exp $ + + 05 May 2007; Daniel Gryniewicz <dang@gentoo.org> xkbcomp-1.0.3.ebuild: + Marked stable on amd64 for bug #175465 29 Apr 2007; Andrej Kacian <ticho@gentoo.org> xkbcomp-1.0.3.ebuild: Stable on x86, bug #175465. diff --git a/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild index 20ce0a93a31b..aeb9d37f9bf5 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild,v 1.4 2007/04/29 06:09:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.0.3.ebuild,v 1.5 2007/05/05 18:21:55 dang Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular multilib DESCRIPTION="compile XKB keyboard description" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" |