diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 07:55:22 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 07:55:22 +0000 |
commit | 2d91938709e52c5edb1d8c2d9eeaa1877c8fc3a8 (patch) | |
tree | 8a15dd12f0d9be3cf23cd27612175b168a1b293e /x11-apps/xkbcomp | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug... (diff) | |
download | gentoo-2-2d91938709e52c5edb1d8c2d9eeaa1877c8fc3a8.tar.gz gentoo-2-2d91938709e52c5edb1d8c2d9eeaa1877c8fc3a8.tar.bz2 gentoo-2-2d91938709e52c5edb1d8c2d9eeaa1877c8fc3a8.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #380421 filed by Chí-Thanh Christopher Nguyễn.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 77354bdf550c..d34e37698304 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,10 @@ # 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.92 2011/06/22 12:24:53 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.93 2011/08/30 07:55:22 chainsaw Exp $ + + 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 + #380421 filed by Chí-Thanh Christopher Nguyễn. *xkbcomp-1.2.3 (22 Jun 2011) diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild index ccf29cbf8382..b46683ad9d56 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.1 2011/06/22 12:24:53 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.3.ebuild,v 1.2 2011/08/30 07:55:22 chainsaw 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" |