diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-12 16:12:46 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-12 16:12:46 +0000 |
commit | 04dd4570eae4bbb3ea0a7fd8c700ae7bfccdffca (patch) | |
tree | 97ff807bc1bf9569790ac3898888d25c239c0858 /sys-devel/sparse | |
parent | amd64 stable, bug #217545 (diff) | |
download | historical-04dd4570eae4bbb3ea0a7fd8c700ae7bfccdffca.tar.gz historical-04dd4570eae4bbb3ea0a7fd8c700ae7bfccdffca.tar.bz2 historical-04dd4570eae4bbb3ea0a7fd8c700ae7bfccdffca.zip |
Stable on ppc64
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-devel/sparse')
-rw-r--r-- | sys-devel/sparse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog index 82ecc0bdc19a..8dd3cc0a53e5 100644 --- a/sys-devel/sparse/ChangeLog +++ b/sys-devel/sparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/sparse # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.24 2008/02/24 15:57:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.25 2008/05/12 16:12:46 corsair Exp $ + + 12 May 2008; Markus Rothe <corsair@gentoo.org> sparse-0.4.1.ebuild: + Stable on ppc64 24 Feb 2008; Raúl Porcel <armin76@gentoo.org> sparse-0.4.1.ebuild: ia64/sparc/x86 stable diff --git a/sys-devel/sparse/sparse-0.4.1.ebuild b/sys-devel/sparse/sparse-0.4.1.ebuild index a4bef74facf7..a6864857e6d3 100644 --- a/sys-devel/sparse/sparse-0.4.1.ebuild +++ b/sys-devel/sparse/sparse-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.1.ebuild,v 1.3 2008/04/12 18:31:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.1.ebuild,v 1.4 2008/05/12 16:12:46 corsair Exp $ inherit eutils multilib flag-o-matic @@ -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 sparc x86" +KEYWORDS="~amd64 arm ~hppa ia64 ~ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" |