diff options
Diffstat (limited to 'sys-devel/sparse/sparse-0.4.3.ebuild')
-rw-r--r-- | sys-devel/sparse/sparse-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/sparse/sparse-0.4.3.ebuild b/sys-devel/sparse/sparse-0.4.3.ebuild index c6e98f45188f..c6fb93997362 100644 --- a/sys-devel/sparse/sparse-0.4.3.ebuild +++ b/sys-devel/sparse/sparse-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.7 2012/05/31 19:47:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.8 2012/06/02 14:29:15 jer 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" |