diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-05-29 21:25:18 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-05-29 21:25:18 +0300 |
commit | 159abdab2ab3009bcd0a6dfc8b299a62808d3828 (patch) | |
tree | 5b279074a2cdada2cc03f973afa3d65127cd641c /app-admin/calamares/calamares-999.ebuild | |
parent | 8b6c7e6c8262b6f57827577f20b8a6c80324419e (diff) |
Added two sources of calamares. Both official
Diffstat (limited to 'app-admin/calamares/calamares-999.ebuild')
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index a33e4904..13099538 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -8,7 +8,8 @@ inherit eutils git-2 EGIT_BRANCH="kogaion" EGIT_COMMIT="5805b67793b6fb2c38da66d7bb9c88e35bb528a2" -EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git" +EGIT_REPO_URI="https://gitlab.com/rogentos/calamares.git + https://github.com/Rogentos/calamares.git" DESCRIPTION="Distribution-independent installer framework ( with Kogaionn/Sabayon support)" HOMEPAGE="http://calamares.io" @@ -20,12 +21,3 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" - -src_prepare() { -} - -src_compile { -} - -src_install { -} |