diff options
author | Joseph Jezak <josejx@gentoo.org> | 2011-10-03 18:07:33 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2011-10-03 18:07:33 +0000 |
commit | a706779853495025ec60da7bfeae9b7bd6b88965 (patch) | |
tree | c2e77c5f071d7e16df72c202a81c7b505d953cdf /x11-misc | |
parent | Marked ppc ppc64 stable for bug #380421. (diff) | |
download | gentoo-2-a706779853495025ec60da7bfeae9b7bd6b88965.tar.gz gentoo-2-a706779853495025ec60da7bfeae9b7bd6b88965.tar.bz2 gentoo-2-a706779853495025ec60da7bfeae9b7bd6b88965.zip |
Marked ppc ppc64 stable for bug #380421.
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xkeyboard-config/ChangeLog b/x11-misc/xkeyboard-config/ChangeLog index e64eab81108e..953e6b8004f8 100644 --- a/x11-misc/xkeyboard-config/ChangeLog +++ b/x11-misc/xkeyboard-config/ChangeLog @@ -1,6 +1,9 @@ # 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.141 2011/10/02 14:16:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.142 2011/10/03 18:07:33 josejx Exp $ + + 03 Oct 2011; Joseph Jezak <josejx@gentoo.org> xkeyboard-config-2.3.ebuild: + Marked ppc ppc64 stable for bug #380421. 02 Oct 2011; Raúl Porcel <armin76@gentoo.org> xkeyboard-config-2.3.ebuild: alpha/ia64/s390/sh/sparc stable wrt #380421 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild index 9710dd14795c..795e8959ab8d 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.8 2011/10/02 14:16:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.3.ebuild,v 1.9 2011/10/03 18:07:33 josejx 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" |