diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-02-17 17:34:10 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-02-17 17:34:10 +0000 |
commit | 045f350eafc0c74b74c8048edcd1af57ffe73016 (patch) | |
tree | 75492d34cb8a5ca2793ed069d3c6e19ff134b289 /dev-util/codeblocks | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-045f350eafc0c74b74c8048edcd1af57ffe73016.tar.gz gentoo-2-045f350eafc0c74b74c8048edcd1af57ffe73016.tar.bz2 gentoo-2-045f350eafc0c74b74c8048edcd1af57ffe73016.zip |
dev-util/codeblocks: added ~amd64 keywords
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util/codeblocks')
-rw-r--r-- | dev-util/codeblocks/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/codeblocks/ChangeLog b/dev-util/codeblocks/ChangeLog index d32bdf5a557e..8bfccb3e04ac 100644 --- a/dev-util/codeblocks/ChangeLog +++ b/dev-util/codeblocks/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2007/02/15 15:18:22 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.2 2007/02/17 17:34:10 jurek Exp $ + + 17 Feb 2007; Jurek Bartuszek <jurek@gentoo.org> + codeblocks-1.0_pre20070124.ebuild: + Added ~amd64 keyword (bug #167048) *codeblocks-1.0_pre20070124 (15 Feb 2007) diff --git a/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild b/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild index 59bb2bbd4810..da50be6cca5e 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.2 2007/02/15 15:19:44 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-1.0_pre20070124.ebuild,v 1.3 2007/02/17 17:34:10 jurek Exp $ # # WARNING: @@ -18,7 +18,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="unicode contrib debug" RDEPEND="=x11-libs/wxGTK-${WX_GTK_VER}*" |