Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/popl/
Date: Fri, 18 Sep 2020 10:17:09
Message-Id: 1600424186.9ffabbc8ee02a4b5128334919a1c036b41070b9d.ago@gentoo
1 commit: 9ffabbc8ee02a4b5128334919a1c036b41070b9d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 10:16:26 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 10:16:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffabbc8
7
8 dev-cpp/popl: x86 stable wrt bug #743175
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-cpp/popl/popl-1.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/popl/popl-1.2.0.ebuild b/dev-cpp/popl/popl-1.2.0.ebuild
18 index f58b83ff238..28fb84b2f4e 100644
19 --- a/dev-cpp/popl/popl-1.2.0.ebuild
20 +++ b/dev-cpp/popl/popl-1.2.0.ebuild
21 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then
22 else
23
24 SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="~amd64 x86"
27 fi
28
29 LICENSE="MIT"