diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-12-08 18:42:34 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-12-08 18:42:34 +0000 |
commit | 9c61b5eb76d59da9f9f4a12aafda1821cf2d0ce6 (patch) | |
tree | 82657cf58c0c0f38f4565677bb4a11886c53acd8 /sys-devel/sparse | |
parent | Adding ~amd64 as it seems to work now. (diff) | |
download | gentoo-2-9c61b5eb76d59da9f9f4a12aafda1821cf2d0ce6.tar.gz gentoo-2-9c61b5eb76d59da9f9f4a12aafda1821cf2d0ce6.tar.bz2 gentoo-2-9c61b5eb76d59da9f9f4a12aafda1821cf2d0ce6.zip |
Stable on x86 wrt bug #201707
(Portage version: 2.1.3.19)
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 59d749bcf84f..f2f14b8e6a49 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.16 2007/12/08 18:04:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.17 2007/12/08 18:42:34 cla Exp $ + + 08 Dec 2007; Dawid Węgliński <cla@gentoo.org> sparse-0.4.ebuild: + Stable on x86 (bug #201707) *sparse-0.4.1 (08 Dec 2007) diff --git a/sys-devel/sparse/sparse-0.4.ebuild b/sys-devel/sparse/sparse-0.4.ebuild index 5a5c82a0faaf..554ba420b85d 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.2 2007/12/08 18:03:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.ebuild,v 1.3 2007/12/08 18:42:34 cla 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="" |