diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-23 22:19:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-23 22:19:12 +0000 |
commit | 595e46c8238b44712abd23fabd727081231aadad (patch) | |
tree | be16f139bcc9c1771f460ea3f0e880281a9c385c /dev-util | |
parent | Remove old (diff) | |
download | gentoo-2-595e46c8238b44712abd23fabd727081231aadad.tar.gz gentoo-2-595e46c8238b44712abd23fabd727081231aadad.tar.bz2 gentoo-2-595e46c8238b44712abd23fabd727081231aadad.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/codeblocks/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/codeblocks/codeblocks-10.05.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/codeblocks/ChangeLog b/dev-util/codeblocks/ChangeLog index 8f7f0381855f..63c6d2bccf75 100644 --- a/dev-util/codeblocks/ChangeLog +++ b/dev-util/codeblocks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/codeblocks -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.21 2011/07/12 00:03:51 dirtyepic Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/ChangeLog,v 1.22 2012/04/23 22:19:12 aballier Exp $ + + 23 Apr 2012; Alexis Ballier <aballier@gentoo.org> codeblocks-10.05.ebuild: + keyword ~x86-fbsd 12 Jul 2011; Ryan Hill <dirtyepic@gentoo.org> codeblocks-9999.ebuild: Add dependency on libgamin (bug #366827 by Sven Eden). Explicitly call diff --git a/dev-util/codeblocks/codeblocks-10.05.ebuild b/dev-util/codeblocks/codeblocks-10.05.ebuild index 49e1118bff7a..59241aa997dd 100644 --- a/dev-util/codeblocks/codeblocks-10.05.ebuild +++ b/dev-util/codeblocks/codeblocks-10.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-10.05.ebuild,v 1.1 2010/07/02 22:04:11 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-10.05.ebuild,v 1.2 2012/04/23 22:19:12 aballier Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -11,7 +11,7 @@ DESCRIPTION="The open source, cross platform, free C++ IDE." HOMEPAGE="http://www.codeblocks.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" SRC_URI="mirror://berlios/codeblocks/${P}-src.tar.bz2" IUSE="contrib debug pch static-libs" |