diff options
author | 2011-09-24 21:05:40 +0000 | |
---|---|---|
committer | 2011-09-24 21:05:40 +0000 | |
commit | b574dc0504b51b4966283b57362e600fbdd15796 (patch) | |
tree | fde344a7d13fd666ee46521ab24b7701cef9e039 /sys-apps/kbd | |
parent | Revised patch by Ian "idella4" Delaney resolves building on GCC 4.5 & 4.6; cl... (diff) | |
download | gentoo-2-b574dc0504b51b4966283b57362e600fbdd15796.tar.gz gentoo-2-b574dc0504b51b4966283b57362e600fbdd15796.tar.bz2 gentoo-2-b574dc0504b51b4966283b57362e600fbdd15796.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo, Ian "idella4" Delaney & Elijah "Armageddon" El Lazkani in bug #329693.
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/kbd')
-rw-r--r-- | sys-apps/kbd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-1.15.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/kbd/ChangeLog b/sys-apps/kbd/ChangeLog index 6763b9de3865..5c4333d69ef5 100644 --- a/sys-apps/kbd/ChangeLog +++ b/sys-apps/kbd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/kbd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.100 2011/09/21 12:01:44 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.101 2011/09/24 21:05:40 chainsaw Exp $ + + 24 Sep 2011; Tony Vroon <chainsaw@gentoo.org> kbd-1.15.3.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo, Ian + "idella4" Delaney & Elijah "Armageddon" El Lazkani in bug #329693. 21 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> kbd-1.15.3.ebuild: x86 stable, see bug 329693 diff --git a/sys-apps/kbd/kbd-1.15.3.ebuild b/sys-apps/kbd/kbd-1.15.3.ebuild index 6a1290f66dbe..634c5d3c0911 100644 --- a/sys-apps/kbd/kbd-1.15.3.ebuild +++ b/sys-apps/kbd/kbd-1.15.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/sys-apps/kbd/kbd-1.15.3.ebuild,v 1.2 2011/09/21 12:01:44 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.15.3.ebuild,v 1.3 2011/09/24 21:05:40 chainsaw Exp $ DESCRIPTION="Keyboard and console utilities" HOMEPAGE="http://freshmeat.net/projects/kbd/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.altlinux.org/pub/people/legion/kbd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="nls" RDEPEND="" |