diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-09-23 01:16:36 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-09-23 01:16:36 +0000 |
commit | 338b9b1bdcbcc4621d9f1feec65f76872bd0a6f2 (patch) | |
tree | a3acf990e8d1499ece6f028b8ba0161397a5f641 /sys-devel | |
parent | Taking ownership and bumping version (diff) | |
download | gentoo-2-338b9b1bdcbcc4621d9f1feec65f76872bd0a6f2.tar.gz gentoo-2-338b9b1bdcbcc4621d9f1feec65f76872bd0a6f2.tar.bz2 gentoo-2-338b9b1bdcbcc4621d9f1feec65f76872bd0a6f2.zip |
amd64 stable (bug 328272)
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel')
-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 5c12c5d6149c..4ba32a6bd0d1 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.26 2008/06/16 04:01:50 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.27 2008/09/23 01:16:36 cla Exp $ + + 23 Sep 2008; Dawid Węgliński <cla@gentoo.org> sparse-0.4.1.ebuild: + amd64 stable (bug #238272) 16 Jun 2008; Joseph Jezak <josejx@gentoo.org> sparse-0.4.1.ebuild: Marked ppc stable. diff --git a/sys-devel/sparse/sparse-0.4.1.ebuild b/sys-devel/sparse/sparse-0.4.1.ebuild index 5379c7eaf677..964dc49e6458 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.5 2008/06/16 04:01:50 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.1.ebuild,v 1.6 2008/09/23 01:16:36 cla 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="" |