Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/retext/
Date: Thu, 16 Aug 2018 00:39:19
Message-Id: 1534378382.9f2409558b5005f6b79b4d92761b2097fde45699.whissi@gentoo
1 commit: 9f2409558b5005f6b79b4d92761b2097fde45699
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 16 00:13:02 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 16 00:13:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f240955
7
8 app-editors/retext: x86 stable (bug #663448)
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 app-editors/retext/retext-7.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/retext/retext-7.0.3.ebuild b/app-editors/retext/retext-7.0.3.ebuild
16 index 3893b4a6128..31b7747aab2 100644
17 --- a/app-editors/retext/retext-7.0.3.ebuild
18 +++ b/app-editors/retext/retext-7.0.3.ebuild
19 @@ -21,7 +21,7 @@ if [[ ${PV} == *9999 ]]
20 EGIT_REPO_URI="https://github.com/retext-project/retext.git"
21 else
22 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="~amd64 x86"
25 S="${WORKDIR}"/${MY_P}
26 fi