diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-02 14:29:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-02 14:29:15 +0000 |
commit | 6a55bbed9c06a6e4a64a38d98a48270e63d175db (patch) | |
tree | 150aad2cb05eb9500e5cf30ff2952f0298b4e6b0 /sys-devel | |
parent | Version bump wrt bug #416765 by Michael Orlitzky. Ebuild by Jared B. but made... (diff) | |
download | gentoo-2-6a55bbed9c06a6e4a64a38d98a48270e63d175db.tar.gz gentoo-2-6a55bbed9c06a6e4a64a38d98a48270e63d175db.tar.bz2 gentoo-2-6a55bbed9c06a6e4a64a38d98a48270e63d175db.zip |
Stable for HPPA (bug #418405).
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/sparse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog index 70277272cd34..b8bd1c15bec6 100644 --- a/sys-devel/sparse/ChangeLog +++ b/sys-devel/sparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/sparse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.47 2012/05/31 19:47:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.48 2012/06/02 14:29:15 jer Exp $ + + 02 Jun 2012; Jeroen Roovers <jer@gentoo.org> sparse-0.4.3.ebuild: + Stable for HPPA (bug #418405). 31 May 2012; Jeff Horelick <jdhore@gentoo.org> sparse-0.4.3.ebuild: marked x86 per bug 418405 diff --git a/sys-devel/sparse/sparse-0.4.3.ebuild b/sys-devel/sparse/sparse-0.4.3.ebuild index c6e98f45188f..c6fb93997362 100644 --- a/sys-devel/sparse/sparse-0.4.3.ebuild +++ b/sys-devel/sparse/sparse-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.7 2012/05/31 19:47:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.8 2012/06/02 14:29:15 jer 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" |