diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 18:54:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 18:54:44 +0300 |
commit | 0754e81d3044a7c1d83c4061d4fccc7f3eaee2ae (patch) | |
tree | 3ff3b36650fb251bfab7519eff15b865738a3bd0 /media-libs | |
parent | media-libs/partio: Stabilize 1.17.1 amd64, #928990 (diff) | |
download | gentoo-0754e81d3044a7c1d83c4061d4fccc7f3eaee2ae.tar.gz gentoo-0754e81d3044a7c1d83c4061d4fccc7f3eaee2ae.tar.bz2 gentoo-0754e81d3044a7c1d83c4061d4fccc7f3eaee2ae.zip |
media-libs/partio: Stabilize 1.17.1 x86, #928990
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/partio/partio-1.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/partio/partio-1.17.1.ebuild b/media-libs/partio/partio-1.17.1.ebuild index b0564e04b0a9..6587438bdff0 100644 --- a/media-libs/partio/partio-1.17.1.ebuild +++ b/media-libs/partio/partio-1.17.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/wdas/partio.git" else SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi DESCRIPTION="Library for particle IO and manipulation" |