Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/
Date: Sun, 31 Jan 2021 21:51:22
Message-Id: 1612129859.12cdbea3935a4d531f035fb9edc572d781c8f7f2.sam@gentoo
1 commit: 12cdbea3935a4d531f035fb9edc572d781c8f7f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 21:50:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 21:50:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cdbea3
7
8 app-editors/bluefish: Stabilize 2.2.12 amd64, #767928
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/bluefish/bluefish-2.2.12.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/bluefish/bluefish-2.2.12.ebuild b/app-editors/bluefish/bluefish-2.2.12.ebuild
16 index 9b1dfeae212..d6c3e40c5d1 100644
17 --- a/app-editors/bluefish/bluefish-2.2.12.ebuild
18 +++ b/app-editors/bluefish/bluefish-2.2.12.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ HOMEPAGE="http://bluefish.openoffice.nl/"
26 SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 SLOT="0"
32 IUSE="+gtk3 gucharmap nls python spell"
33 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"