diff options
author | 2007-12-10 01:59:38 +0000 | |
---|---|---|
committer | 2007-12-10 01:59:38 +0000 | |
commit | b8cb9e59435b27cff02c3098b5ff6558e23ae41f (patch) | |
tree | 7f3a825cd31a5b7bebfb22cf0cbb70c2cd62c0ae /sys-devel/sparse | |
parent | Stable for HPPA (bug #201546). (diff) | |
download | gentoo-2-b8cb9e59435b27cff02c3098b5ff6558e23ae41f.tar.gz gentoo-2-b8cb9e59435b27cff02c3098b5ff6558e23ae41f.tar.bz2 gentoo-2-b8cb9e59435b27cff02c3098b5ff6558e23ae41f.zip |
Stable for HPPA (bug #201707).
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'sys-devel/sparse')
-rw-r--r-- | sys-devel/sparse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog index 41a2743c1877..c002ff22de6f 100644 --- a/sys-devel/sparse/ChangeLog +++ b/sys-devel/sparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/sparse # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.20 2007/12/09 17:20:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.21 2007/12/10 01:59:38 jer Exp $ + + 10 Dec 2007; Jeroen Roovers <jer@gentoo.org> sparse-0.4.ebuild: + Stable for HPPA (bug #201707). 09 Dec 2007; Markus Rothe <corsair@gentoo.org> sparse-0.4.ebuild: Stable on ppc64; bug #201707 diff --git a/sys-devel/sparse/sparse-0.4.ebuild b/sys-devel/sparse/sparse-0.4.ebuild index 51d172099b1c..da8720c48751 100644 --- a/sys-devel/sparse/sparse-0.4.ebuild +++ b/sys-devel/sparse/sparse-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.ebuild,v 1.6 2007/12/09 17:20:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.ebuild,v 1.7 2007/12/10 01:59:38 jer Exp $ inherit eutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://kernel.org/pub/linux/kernel/people/josh/sparse/dist/${P}.tar.gz" LICENSE="OSL-1.1" SLOT="0" -KEYWORDS="amd64 arm ~hppa ia64 ~ppc ppc64 s390 sh x86" +KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 s390 sh x86" IUSE="" DEPEND="" |