diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-24 15:28:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-24 15:28:21 +0000 |
commit | bce76e8e1b247ce8019c823c97423d99739d86fa (patch) | |
tree | 904f34d7aba2087e28b6594f3a246f3d2e436c63 /sys-devel/sparse | |
parent | Stable on alpha, bug #333915 (diff) | |
download | gentoo-2-bce76e8e1b247ce8019c823c97423d99739d86fa.tar.gz gentoo-2-bce76e8e1b247ce8019c823c97423d99739d86fa.tar.bz2 gentoo-2-bce76e8e1b247ce8019c823c97423d99739d86fa.zip |
stable ppc, bug 339791
(Portage version: 2.1.8.3/cvs/Linux ppc64)
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 79dc1809c7c6..c7a0304d2f82 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.34 2010/10/15 09:28:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.35 2010/10/24 15:28:21 ranger Exp $ + + 24 Oct 2010; Brent Baude <ranger@gentoo.org> sparse-0.4.2.ebuild: + stable ppc, bug 339791 15 Oct 2010; Markos Chandras <hwoarang@gentoo.org> sparse-0.4.2.ebuild: Stable on amd64 wrt bug #339791 diff --git a/sys-devel/sparse/sparse-0.4.2.ebuild b/sys-devel/sparse/sparse-0.4.2.ebuild index e29f1bb26a69..70273a93dd90 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.6 2010/10/15 09:28:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.2.ebuild,v 1.7 2010/10/24 15:28:21 ranger 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" |