Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/trac/
Date: Sun, 08 Mar 2020 11:10:55
Message-Id: 1583665847.c2b8c7501406d0eabb1355bd9b58dd041f057355.ago@gentoo
1 commit: c2b8c7501406d0eabb1355bd9b58dd041f057355
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 11:10:47 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 11:10:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b8c750
7
8 www-apps/trac: amd64 stable wrt bug #711754
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 www-apps/trac/trac-1.2.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-apps/trac/trac-1.2.5.ebuild b/www-apps/trac/trac-1.2.5.ebuild
18 index 0b32c0ad706..db4c41b1dab 100644
19 --- a/www-apps/trac/trac-1.2.5.ebuild
20 +++ b/www-apps/trac/trac-1.2.5.ebuild
21 @@ -19,7 +19,7 @@ SRC_URI="https://download.edgewall.org/trac/Trac-${MY_PV}.tar.gz"
22
23 LICENSE="BSD"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
27 IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion"
28 REQUIRED_USE="|| ( mysql postgres sqlite )"