diff options
Diffstat (limited to 'media-libs/libgltf/libgltf-9999.ebuild')
-rw-r--r-- | media-libs/libgltf/libgltf-9999.ebuild | 7 |
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) } |