Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/partio/
Date: Sun, 25 Oct 2020 19:46:36
Message-Id: 1603655184.be486b44223e744e52277b2358b63788491add79.whissi@gentoo
1 commit: be486b44223e744e52277b2358b63788491add79
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 19:45:50 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 19:46:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be486b44
7
8 media-libs/partio: x86 stable (bug #739920)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-libs/partio/partio-1.10.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/partio/partio-1.10.1.ebuild b/media-libs/partio/partio-1.10.1.ebuild
17 index 670bbd70b48..9e5f356dce5 100644
18 --- a/media-libs/partio/partio-1.10.1.ebuild
19 +++ b/media-libs/partio/partio-1.10.1.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
21 EGIT_REPO_URI="https://github.com/wdas/partio.git"
22 else
23 SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 x86"
26 fi
27
28 DESCRIPTION="Library for particle IO and manipulation"