diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 19:58:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 19:58:36 +0000 |
commit | 2e4a9d478084e4ccc15948a9dad31f74300480ad (patch) | |
tree | 1dd1f6006f5665071aa775627a98ea0c8a84763c /app-editors | |
parent | Remove old. (diff) | |
download | gentoo-2-2e4a9d478084e4ccc15948a9dad31f74300480ad.tar.gz gentoo-2-2e4a9d478084e4ccc15948a9dad31f74300480ad.tar.bz2 gentoo-2-2e4a9d478084e4ccc15948a9dad31f74300480ad.zip |
Move to testing on arches that are not going to keep stabilizing gucharmap
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 5638a8eb348d..007ce22d6f80 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.89 2013/02/10 11:47:38 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.90 2014/04/26 19:58:36 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> bluefish-2.2.2.ebuild: + Move to testing on arches that are not going to keep stabilizing gucharmap *bluefish-2.2.3 (10 Feb 2013) diff --git a/app-editors/bluefish/bluefish-2.2.2.ebuild b/app-editors/bluefish/bluefish-2.2.2.ebuild index 85ef046e9859..3735b66b052b 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 +# Copyright 1999-2014 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.9 2012/07/29 16:41:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.10 2014/04/26 19:58:36 pacho 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" |