diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-24 23:12:00 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-24 23:12:00 +0000 |
commit | 7c5bc7f79f9142301f2e98ab2237a34352a2b43e (patch) | |
tree | e7dbe0c9f54b6857a193fdca3fe7af02bd1f1ed1 /dev-util/codeblocks | |
parent | keyworded ~arch for ppc, bug 295274 (diff) | |
download | gentoo-2-7c5bc7f79f9142301f2e98ab2237a34352a2b43e.tar.gz gentoo-2-7c5bc7f79f9142301f2e98ab2237a34352a2b43e.tar.bz2 gentoo-2-7c5bc7f79f9142301f2e98ab2237a34352a2b43e.zip |
keyworded ~arch for ppc, bug 295271
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-8.02-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/codeblocks/ChangeLog b/dev-util/codeblocks/ChangeLog index 27b6c23ac12b..2cb77541c644 100644 --- a/dev-util/codeblocks/ChangeLog +++ b/dev-util/codeblocks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/codeblocks -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.15 2009/07/29 23:37:49 dirtyepic Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.16 2010/01/24 23:12:00 ranger Exp $ + + 24 Jan 2010; Brent Baude <ranger@gentoo.org> codeblocks-8.02-r1.ebuild: + keyworded ~arch for ppc, bug 295271 *codeblocks-8.02-r1 (29 Jul 2009) diff --git a/dev-util/codeblocks/codeblocks-8.02-r1.ebuild b/dev-util/codeblocks/codeblocks-8.02-r1.ebuild index 38c18af3b42b..bbef30182b33 100644 --- a/dev-util/codeblocks/codeblocks-8.02-r1.ebuild +++ b/dev-util/codeblocks/codeblocks-8.02-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-8.02-r1.ebuild,v 1.1 2009/07/29 23:37:49 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-8.02-r1.ebuild,v 1.2 2010/01/24 23:12:00 ranger Exp $ inherit autotools wxwidgets flag-o-matic eutils @@ -10,7 +10,7 @@ DESCRIPTION="Free cross-platform C/C++ IDE" HOMEPAGE="http://www.codeblocks.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc ~x86" SRC_URI="mirror://sourceforge/codeblocks/${P}-src.tar.bz2" IUSE="contrib debug pch static" |