diff options
author | Sam James <sam@gentoo.org> | 2024-03-25 11:22:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-25 11:22:05 +0000 |
commit | 6c31070e823f69e900a8eb44ad93ef99bbeb3c34 (patch) | |
tree | 95ae48aefff1290d81200cea7bcc2acae58f794d /media-libs/simage | |
parent | media-libs/coin: Stabilize 4.0.2 amd64, #926343 (diff) | |
download | gentoo-6c31070e823f69e900a8eb44ad93ef99bbeb3c34.tar.gz gentoo-6c31070e823f69e900a8eb44ad93ef99bbeb3c34.tar.bz2 gentoo-6c31070e823f69e900a8eb44ad93ef99bbeb3c34.zip |
media-libs/simage: Stabilize 1.8.3 amd64, #926343
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/simage')
-rw-r--r-- | media-libs/simage/simage-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/simage/simage-1.8.3.ebuild b/media-libs/simage/simage-1.8.3.ebuild index a8574c5059c1..f0b1668311ad 100644 --- a/media-libs/simage/simage-1.8.3.ebuild +++ b/media-libs/simage/simage-1.8.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/coin3d/simage.git" else SRC_URI="https://github.com/coin3d/simage/releases/download/v${PV}/${P}-src.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86" S="${WORKDIR}/${PN}" fi |