diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 08:36:40 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 08:36:40 +0000 |
commit | 1dec888122726abdde248f83b0cdce1c303fd9ea (patch) | |
tree | 18ac8f507a0f1f08f8d65aaefe730ff3c96c2f20 /x11-misc | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug... (diff) | |
download | gentoo-2-1dec888122726abdde248f83b0cdce1c303fd9ea.tar.gz gentoo-2-1dec888122726abdde248f83b0cdce1c303fd9ea.tar.bz2 gentoo-2-1dec888122726abdde248f83b0cdce1c303fd9ea.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-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index b18435873237..ee3acfd48492 100644 --- a/x11-misc/xkeyboard-config/ChangeLog +++ b/x11-misc/xkeyboard-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xkeyboard-config # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.135 2011/07/30 02:44:37 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.136 2011/08/30 08:36:40 chainsaw Exp $ + + 30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> xkeyboard-config-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. 30 Jul 2011; Matt Turner <mattst88@gentoo.org> xkeyboard-config-2.1.ebuild, xkeyboard-config-2.2.1-r1.ebuild, xkeyboard-config-2.3.ebuild: diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild index f3f667988bbe..7f77d535efed 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild,v 1.3 2011/07/30 02:44:37 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild,v 1.4 2011/08/30 08:36:40 chainsaw Exp $ EAPI=4 @@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database" HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2" -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="" LICENSE="MIT" |