commit:     9b198052e9105e978da6537d39238a48e25b8a73
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jan 12 08:08:04 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> 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

Reply via email to