diff options
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" |