summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-26 21:48:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-26 21:54:53 +0200
commitddd22799bee59a8f79497de7a9590e085f8760d1 (patch)
tree50490f9d2f9bd9b6f5dcb7dae45f6d9ed5b26992 /media-libs/libgltf/libgltf-9999.ebuild
parentdev-perl/Monitoring-Plugin: Add build fix for Perl 5.26, bug 617116 (diff)
downloadgentoo-ddd22799bee59a8f79497de7a9590e085f8760d1.tar.gz
gentoo-ddd22799bee59a8f79497de7a9590e085f8760d1.tar.bz2
gentoo-ddd22799bee59a8f79497de7a9590e085f8760d1.zip
media-libs/libgltf: 0.1.0 version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'media-libs/libgltf/libgltf-9999.ebuild')
-rw-r--r--media-libs/libgltf/libgltf-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libgltf/libgltf-9999.ebuild b/media-libs/libgltf/libgltf-9999.ebuild
index ee2dc78b474b..320dc63b2873 100644
--- a/media-libs/libgltf/libgltf-9999.ebuild
+++ b/media-libs/libgltf/libgltf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,8 +7,8 @@ EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
-HOMEPAGE="http://www.libreoffice.org"
-[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://www.libreoffice.org https://gerrit.libreoffice.org/gitweb?p=libgltf.git"
+[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
@@ -40,6 +40,7 @@ src_prepare() {
src_configure() {
econf \
--disable-werror \
+ $(use_enable debug) \
$(use_enable test tests)
}