diff options
author | Brent Baude <ranger@gentoo.org> | 2012-06-22 15:40:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-06-22 15:40:39 +0000 |
commit | 5688b48b31d5aacc27c91b1b79d4d4f2d726caeb (patch) | |
tree | 3d530f032c3cbac564c4b344ef4bfafea4bca1c5 | |
parent | Marking pwgen-2.06-r1 ppc64 for bug 421565 (diff) | |
download | gentoo-2-5688b48b31d5aacc27c91b1b79d4d4f2d726caeb.tar.gz gentoo-2-5688b48b31d5aacc27c91b1b79d4d4f2d726caeb.tar.bz2 gentoo-2-5688b48b31d5aacc27c91b1b79d4d4f2d726caeb.zip |
Marking sparse-0.4.3 ppc64 for bug 418405
(Portage version: 2.1.10.49/cvs/Linux ppc64)
-rw-r--r-- | sys-devel/sparse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog index e781eab2b62d..9b2e0560d06d 100644 --- a/sys-devel/sparse/ChangeLog +++ b/sys-devel/sparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/sparse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.51 2012/06/07 21:15:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.52 2012/06/22 15:40:39 ranger Exp $ + + 22 Jun 2012; Brent Baude <ranger@gentoo.org> sparse-0.4.3.ebuild: + Marking sparse-0.4.3 ppc64 for bug 418405 07 Jun 2012; Brent Baude <ranger@gentoo.org> sparse-0.4.3.ebuild: Marking sparse-0.4.3 ppc for bug 418405 diff --git a/sys-devel/sparse/sparse-0.4.3.ebuild b/sys-devel/sparse/sparse-0.4.3.ebuild index 6d6d7b2185bc..b56c61c647f4 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.11 2012/06/07 21:15:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.3.ebuild,v 1.12 2012/06/22 15:40:39 ranger 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" |