diff options
author | Brent Baude <ranger@gentoo.org> | 2012-04-16 20:59:49 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-04-16 20:59:49 +0000 |
commit | 158e83fd6524992dbfb8d9798cd5d8c83495a15f (patch) | |
tree | b199baa7680fb19b6feebab01d734e6442d5cead /app-editors | |
parent | Marking gucharmap-3.2.1 ppc for bug 408189 (diff) | |
download | gentoo-2-158e83fd6524992dbfb8d9798cd5d8c83495a15f.tar.gz gentoo-2-158e83fd6524992dbfb8d9798cd5d8c83495a15f.tar.bz2 gentoo-2-158e83fd6524992dbfb8d9798cd5d8c83495a15f.zip |
Marking bluefish-2.2.2 ppc for bug 408189
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 419aefcb004c..741d72396ccc 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.82 2012/04/10 11:37:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.83 2012/04/16 20:59:49 ranger Exp $ + + 16 Apr 2012; Brent Baude <ranger@gentoo.org> bluefish-2.2.2.ebuild: + Marking bluefish-2.2.2 ppc for bug 408189 10 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> bluefish-2.2.2.ebuild: Do not inherit autotools eclass as it is no longer used. Per bug#408189c#4. diff --git a/app-editors/bluefish/bluefish-2.2.2.ebuild b/app-editors/bluefish/bluefish-2.2.2.ebuild index 4a6293ef7c9e..5d9294450728 100644 --- a/app-editors/bluefish/bluefish-2.2.2.ebuild +++ b/app-editors/bluefish/bluefish-2.2.2.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/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.3 2012/04/10 11:37:06 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.4 2012/04/16 20:59:49 ranger Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2" HOMEPAGE="http://bluefish.openoffice.nl/" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="nls python spell" |