From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6576138A1A for ; Mon, 12 Jan 2015 20:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3FC1E089C; Mon, 12 Jan 2015 20:24:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCFB4E088D for ; Mon, 12 Jan 2015 20:24:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7EFF3406EF for ; Mon, 12 Jan 2015 20:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BECFF70F for ; Mon, 12 Jan 2015 20:24:05 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421050084.9b198052e9105e978da6537d39238a48e25b8a73.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/libconfig/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/libconfig/libconfig-9999.ebuild X-VCS-Directories: dev-libs/libconfig/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 9b198052e9105e978da6537d39238a48e25b8a73 X-VCS-Branch: master Date: Mon, 12 Jan 2015 20:24:05 +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: fb1cd1a8-a8ec-4e5a-b00c-a76ffd592941 X-Archives-Hash: 0fa05758c68dd756ae469c283443393a commit: 9b198052e9105e978da6537d39238a48e25b8a73 Author: Marius Brehler linux sungazer de> AuthorDate: Mon Jan 12 08:08:04 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jan 12 08:08:04 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9b198052 libconfig/libconfig-9999: Minor fixes --- dev-libs/libconfig/libconfig-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/libconfig/libconfig-9999.ebuild b/dev-libs/libconfig/libconfig-9999.ebuild index b1e1ffc..e56d00d 100644 --- a/dev-libs/libconfig/libconfig-9999.ebuild +++ b/dev-libs/libconfig/libconfig-9999.ebuild @@ -13,8 +13,7 @@ HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html" LICENSE="LGPL-2.1" SLOT="0" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/hyperrealm/libconfig.git" - EGIT_BRANCH="master" + EGIT_REPO_URI="https://github.com/hyperrealm/libconfig.git git://github.com/hyperrealm/libconfig.git" inherit git-r3 KEYWORDS="" else @@ -27,7 +26,7 @@ IUSE="+cxx examples static-libs" DEPEND=" sys-devel/libtool - sys-devel/bison" + virtual/yacc" src_prepare() { sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die