diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-16 21:44:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-16 23:49:21 +0200 |
commit | 3db94a2f535414c6b83a8ca288e6c5de472443af (patch) | |
tree | f42619a81f918464281de2d5cb18e92d5cad5608 /sci-libs/libh2o | |
parent | sys-devel/gcc: bump patchset up to 1.3 for gcc-8.1.0 (diff) | |
download | gentoo-3db94a2f535414c6b83a8ca288e6c5de472443af.tar.gz gentoo-3db94a2f535414c6b83a8ca288e6c5de472443af.tar.bz2 gentoo-3db94a2f535414c6b83a8ca288e6c5de472443af.zip |
sci-libs/libh2o: Remove conditionals from -9999
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r-- | sci-libs/libh2o/libh2o-9999.ebuild | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild index 2413fb4aaf6a..28b2f2cc10c9 100644 --- a/sci-libs/libh2o/libh2o-9999.ebuild +++ b/sci-libs/libh2o/libh2o-9999.ebuild @@ -1,33 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -#if LIVE AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" - -inherit git-r3 -#endif -inherit autotools-utils +inherit autotools-utils git-r3 DESCRIPTION="Library of routines for IF97 water & steam properties" HOMEPAGE="https://bitbucket.org/mgorny/libh2o/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="" +EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="debug static-libs" DEPEND="virtual/pkgconfig" -#if LIVE -KEYWORDS= -SRC_URI= -#endif - src_configure() { local myeconfargs=( $(use_enable debug) |