summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2007-02-18 14:57:01 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2007-02-18 14:57:01 +0000
commit7bf2fff1e2ba1e8230eedb7c3d2c5060d29025a4 (patch)
tree324d0bda7f54862a543a542f9e788610d2ab65c9 /dev-util/codeblocks
parentDepend on a version of ruby older than 1.8.6_pre1, as 0.7.1 release does not ... (diff)
downloadgentoo-2-7bf2fff1e2ba1e8230eedb7c3d2c5060d29025a4.tar.gz
gentoo-2-7bf2fff1e2ba1e8230eedb7c3d2c5060d29025a4.tar.bz2
gentoo-2-7bf2fff1e2ba1e8230eedb7c3d2c5060d29025a4.zip
Added ~ppc wrt bug 167048
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r--dev-util/codeblocks/ChangeLog5
-rw-r--r--dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/codeblocks/ChangeLog b/dev-util/codeblocks/ChangeLog
index 8bfccb3e04ac..be8414fd3b70 100644
--- a/dev-util/codeblocks/ChangeLog
+++ b/dev-util/codeblocks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/codeblocks
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.2 2007/02/17 17:34:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.3 2007/02/18 14:57:01 nixnut Exp $
+
+ 18 Feb 2007; nixnut <nixnut@gentoo.org> codeblocks-1.0_pre20070124.ebuild:
+ Added ~ppc wrt bug 167048
17 Feb 2007; Jurek Bartuszek <jurek@gentoo.org>
codeblocks-1.0_pre20070124.ebuild:
diff --git a/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild b/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild
index da50be6cca5e..cfe18f2dee22 100644
--- a/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild
+++ b/dev-util/codeblocks/codeblocks-1.0_pre20070124.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/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild,v 1.3 2007/02/17 17:34:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild,v 1.4 2007/02/18 14:57:01 nixnut Exp $
#
# WARNING:
@@ -18,7 +18,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="unicode contrib debug"
RDEPEND="=x11-libs/wxGTK-${WX_GTK_VER}*"