diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-10 21:47:30 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-06-10 21:50:18 +0200 |
commit | 991c6c9470e62ecb5c2163e826431a3506cbd0d4 (patch) | |
tree | 90086b698a0c4ec315addffdd1fc95bb453ad7c0 /media-libs/partio | |
parent | media-libs/openjpeg: x86 stable (bug #646774) (diff) | |
download | gentoo-991c6c9470e62ecb5c2163e826431a3506cbd0d4.tar.gz gentoo-991c6c9470e62ecb5c2163e826431a3506cbd0d4.tar.bz2 gentoo-991c6c9470e62ecb5c2163e826431a3506cbd0d4.zip |
media-libs/partio: x86 stable (bug #687742)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs/partio')
-rw-r--r-- | media-libs/partio/partio-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/partio/partio-1.5.4.ebuild b/media-libs/partio/partio-1.5.4.ebuild index 1b109fd6da7f..d2cc1fb6dfb4 100644 --- a/media-libs/partio/partio-1.5.4.ebuild +++ b/media-libs/partio/partio-1.5.4.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 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Library for particle IO and manipulation" |