diff options
author | Stefan Kuhn <Wuodan0@gmail.com> | 2015-01-18 13:06:10 +0100 |
---|---|---|
committer | Stefan Kuhn <Wuodan0@gmail.com> | 2015-01-18 13:06:10 +0100 |
commit | 2ff209fab21bc831301ff8cf227de265c8fe5a4f (patch) | |
tree | 7978ce99a2d9286effadcb19132b1bcc990d72ed /pentoo/pentoo-installer/pentoo-installer-99999999.ebuild | |
parent | sys-boot/gummiboot-45: Depend on 2 versions of sys-bot/gnu-efi: 3.0s or 3.0u.... (diff) | |
download | wuodan-master.tar.gz wuodan-master.tar.bz2 wuodan-master.zip |
Diffstat (limited to 'pentoo/pentoo-installer/pentoo-installer-99999999.ebuild')
-rw-r--r-- | pentoo/pentoo-installer/pentoo-installer-99999999.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild index ca57a0f..c39b5c3 100644 --- a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild +++ b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,20 +6,13 @@ EAPI=5 inherit subversion -DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer" +DESCRIPTION="Installer for pentoo" HOMEPAGE="https://code.google.com/p/pentoo/" -# ESVN_REPO_URI="https://pentoo.googlecode.com/svn/${PN}/trunk" -ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk" +ESVN_REPO_URI="https://${PN}.googlecode.com/svn/branches/development" LICENSE="GPL-3" SLOT="0" -if [[ "${PV}" == "99999999" ]] ; then - KEYWORDS="" -else - KEYWORDS="amd64 x86" - ESVN_REVISION="head" -fi - +KEYWORDS="" IUSE="X" DEPEND="app-arch/xz-utils" |