diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-09 15:23:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-09 15:23:04 +0100 |
commit | f9356d7bbfd215c4624db6165c16ec0ba46cebbe (patch) | |
tree | e6a22de728531d001c6eea4e12cb9d714d622664 | |
parent | f3080181ac22c00831676b3e5f9b9a64a70aab32 (diff) |
update calamares ebuild to our new rebased branch
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index dceb06b2..700ece10 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -8,9 +8,8 @@ PYTHON_COMPAT=( python3_3 ) inherit eutils cmake-utils python-r1 git-2 EGIT_BRANCH="kogaion" -EGIT_COMMIT="5ea749b20f0a41b286d6ade6e9fc1b7b48f62632" -EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git - https://github.com/Rogentos/calamares.git" +EGIT_COMMIT="76c10c285c626737ce8c1a47d8116f1e78f8eec9" +EGIT_REPO_URI="https://github.com/Rogentos/calamares.git" DESCRIPTION="Distribution-independent installer framework ( with Kogaion/Sabayon support)" HOMEPAGE="http://calamares.io" @@ -73,8 +72,8 @@ RDEPEND=">=dev-qt/designer-5.4.0:5 virtual/udev[systemd]" src_prepare() { - # cmake cannot find python3 boost libs on gentoo, but with a little help it will - epatch "${FILESDIR}/cmake-find-gentoo-python3-boost-libs.patch" + # cmake cannot find python3 boost libs on gentoo, but with a little help it will (fixes landed upstream, disable this for now) + # epatch "${FILESDIR}/cmake-find-gentoo-python3-boost-libs.patch" # If qtchooser is installed, it may break the build, because moc,rcc and uic binaries for wrong qt version may be used. # Setting QT_SELECT environment variable will enforce correct binaries (fix taken from vlc ebuild) |