summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-28 05:20:41 +0000
committerSam James <sam@gentoo.org>2022-02-28 05:20:41 +0000
commitdb750e2a13b97fe77d546943fa510440e31fbd8e (patch)
treed5b333448d20645c6b0b51e06eff27c8c0d5e89b /dev-libs/collada-dom/collada-dom-2.5.0.ebuild
parentmedia-gfx/luminance-hdr: Stabilize 2.6.1.1 amd64, #833158 (diff)
downloadgentoo-db750e2a13b97fe77d546943fa510440e31fbd8e.tar.gz
gentoo-db750e2a13b97fe77d546943fa510440e31fbd8e.tar.bz2
gentoo-db750e2a13b97fe77d546943fa510440e31fbd8e.zip
dev-libs/collada-dom: Stabilize 2.5.0 amd64, #833158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/collada-dom/collada-dom-2.5.0.ebuild')
-rw-r--r--dev-libs/collada-dom/collada-dom-2.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
index f007edd29daf..be1f54eccc8f 100644
--- a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
+++ b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom"
else
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi