From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80169139085 for ; Tue, 27 Dec 2016 16:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE16AE0C3C; Tue, 27 Dec 2016 16:00:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B081E0C3C for ; Tue, 27 Dec 2016 16:00:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90C41340F2A for ; Tue, 27 Dec 2016 16:00:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4981824E1 for ; Tue, 27 Dec 2016 16:00:48 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1482854433.3eecc317e5707f4aa8dcd14aad8f36f0c46c638a.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/blogc/blogc-9999.ebuild app-text/blogc/metadata.xml X-VCS-Directories: app-text/blogc/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: 3eecc317e5707f4aa8dcd14aad8f36f0c46c638a X-VCS-Branch: master Date: Tue, 27 Dec 2016 16:00:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 037ffc53-0d9f-4be4-91d3-8d8ffc2c7e25 X-Archives-Hash: 58f80980a1bae3ba722511b3e7d10492 commit: 3eecc317e5707f4aa8dcd14aad8f36f0c46c638a Author: Rafael Martins gentoo org> AuthorDate: Tue Dec 27 16:00:33 2016 +0000 Commit: Rafael Martins gentoo 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 @@ Build blogc-git-receiver tool + Build blogc-make tool Build blogc-runserver tool