diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-15 09:28:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-15 09:28:55 +0000 |
commit | f970b416dc264b143d94e952cd7a358b4e13cd6b (patch) | |
tree | b386b65acd71d00da4b2a37d9a1d7cebfd77c688 /sys-devel/sparse | |
parent | add ~arm, bug #336158 (diff) | |
download | gentoo-2-f970b416dc264b143d94e952cd7a358b4e13cd6b.tar.gz gentoo-2-f970b416dc264b143d94e952cd7a358b4e13cd6b.tar.bz2 gentoo-2-f970b416dc264b143d94e952cd7a358b4e13cd6b.zip |
Stable on amd64 wrt bug #339791
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/sparse')
-rw-r--r-- | sys-devel/sparse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog index 390f04db3db2..79dc1809c7c6 100644 --- a/sys-devel/sparse/ChangeLog +++ b/sys-devel/sparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/sparse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.33 2010/10/14 20:24:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.34 2010/10/15 09:28:55 hwoarang Exp $ + + 15 Oct 2010; Markos Chandras <hwoarang@gentoo.org> sparse-0.4.2.ebuild: + Stable on amd64 wrt bug #339791 14 Oct 2010; Markus Meier <maekke@gentoo.org> sparse-0.4.2.ebuild: arm stable, bug #339791 diff --git a/sys-devel/sparse/sparse-0.4.2.ebuild b/sys-devel/sparse/sparse-0.4.2.ebuild index 398aabf42606..e29f1bb26a69 100644 --- a/sys-devel/sparse/sparse-0.4.2.ebuild +++ b/sys-devel/sparse/sparse-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.2.ebuild,v 1.5 2010/10/14 20:24:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.2.ebuild,v 1.6 2010/10/15 09:28:55 hwoarang Exp $ EAPI="2" @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else SRC_URI="mirror://kernel/software/devel/sparse/dist/${P}.tar.bz2" - KEYWORDS="~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" fi LICENSE="OSL-1.1" |