commit: 3eecc317e5707f4aa8dcd14aad8f36f0c46c638a
Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 16:00:33 2016 +0000
Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 16:00:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eecc317
app-text/blogc: added support to blogc-make on live ebuild
Package-Manager: portage-2.2.28
app-text/blogc/blogc-9999.ebuild | 4 +++-
app-text/blogc/metadata.xml | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
index 39b3f47..4633ada 100644
--- a/app-text/blogc/blogc-9999.ebuild
+++ b/app-text/blogc/blogc-9999.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="git httpd test"
+IUSE="git httpd make test"
RDEPEND="
git? (
@@ -54,7 +54,9 @@ src_configure() {
econf \
$(use_enable test tests) \
$(use_enable git git-receiver) \
+ $(use_enable make make) \
$(use_enable httpd runserver) \
+ --disable-make-embedded \
--disable-valgrind \
${myconf}
}
diff --git a/app-text/blogc/metadata.xml b/app-text/blogc/metadata.xml
index e5a1537..6a92145 100644
--- a/app-text/blogc/metadata.xml
+++ b/app-text/blogc/metadata.xml
@@ -18,6 +18,7 @@
</upstream>
<use>
<flag name="git">Build blogc-git-receiver tool</flag>
+ <flag name="make">Build blogc-make tool</flag>
<flag name="httpd">Build blogc-runserver tool</flag>
</use>
</pkgmetadata>