summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-23 12:07:45 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-23 12:08:18 +0100
commit518cafaff96142a48cae08b6b2b86e75325a58db (patch)
tree60d78c786b616a1a995e50907a85658fff04d11c /dev-libs/collada-dom/collada-dom-9999.ebuild
parentsci-libs/shapelib: Drop old (diff)
downloadgentoo-518cafaff96142a48cae08b6b2b86e75325a58db.tar.gz
gentoo-518cafaff96142a48cae08b6b2b86e75325a58db.tar.bz2
gentoo-518cafaff96142a48cae08b6b2b86e75325a58db.zip
dev-libs/collada-dom: Bump to 2.4.4 and backport upstream patch to build with gcc6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/collada-dom/collada-dom-9999.ebuild')
-rw-r--r--dev-libs/collada-dom/collada-dom-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/collada-dom/collada-dom-9999.ebuild b/dev-libs/collada-dom/collada-dom-9999.ebuild
index b6bdc5945366..8c6c0abe2cb3 100644
--- a/dev-libs/collada-dom/collada-dom-9999.ebuild
+++ b/dev-libs/collada-dom/collada-dom-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,6 +15,10 @@ inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
+elif [ "${PV%_pre*}" != "${PV}" ]; then
+ # snapshot
+ KEYWORDS="~amd64 ~arm"
+ SRC_URI="mirror://gentoo/${P}.tar.xz"
else
KEYWORDS="~amd64 ~arm"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz -> ${P}.tar.gz"