sci-libs/libh2oxx: Remove conditionals from -9999
authorMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 19:52:05 +0000 (21:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 16 May 2018 21:49:23 +0000 (23:49 +0200)
sci-libs/libh2oxx/libh2oxx-9999.ebuild

index d1de9347c06a294a6d65d58737ec4dc24173ea6a..6a80aaab93438f631f5a4e8300b59bac978c626d 100644 (file)
@@ -1,34 +1,25 @@
-# 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="C++ bindings for libh2o"
 HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/"
-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"
 
 RDEPEND=">=sci-libs/libh2o-0.2:0="
 DEPEND="${RDEPEND}"
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
 src_configure() {
        local myeconfargs=(
                $(use_enable debug)