commit:     3db94a2f535414c6b83a8ca288e6c5de472443af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:44:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 16 21:49:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db94a2f

sci-libs/libh2o: Remove conditionals from -9999

 sci-libs/libh2o/libh2o-9999.ebuild | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/sci-libs/libh2o/libh2o-9999.ebuild 
b/sci-libs/libh2o/libh2o-9999.ebuild
index 2413fb4aaf6..28b2f2cc10c 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)

Reply via email to