Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
Date: Sat, 05 Feb 2022 09:42:57
Message-Id: 1644054162.efc110e353f49ba868d3eacc7a0f9425b87e3827.jsmolic@gentoo
1 commit: efc110e353f49ba868d3eacc7a0f9425b87e3827
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 09:42:42 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 09:42:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc110e3
7
8 www-apps/roundup: Stabilize 2.1.0 ALLARCHES, #832749
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 www-apps/roundup/roundup-2.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-apps/roundup/roundup-2.1.0.ebuild b/www-apps/roundup/roundup-2.1.0.ebuild
16 index efc8e54efbc0..569f2b0e5c1a 100644
17 --- a/www-apps/roundup/roundup-2.1.0.ebuild
18 +++ b/www-apps/roundup/roundup-2.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
26
27 LICENSE="MIT ZPL"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
30 +KEYWORDS="amd64 ppc sparc x86"
31 IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
32
33 DEPEND=""