diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-06 13:44:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-06 13:44:46 +0000 |
commit | 035e460d1840ef05276ec8afb6c791f63690dd0f (patch) | |
tree | d93268863aaa1d70632dfad564d24391b398bee8 /app-admin/eselect/eselect-9999.ebuild | |
parent | Small dependency tweak to avoid linking problems (diff) | |
download | gentoo-2-035e460d1840ef05276ec8afb6c791f63690dd0f.tar.gz gentoo-2-035e460d1840ef05276ec8afb6c791f63690dd0f.tar.bz2 gentoo-2-035e460d1840ef05276ec8afb6c791f63690dd0f.zip |
Inherit autotools in live ebuild. Specify LICENSE more precisely. Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-admin/eselect/eselect-9999.ebuild')
-rw-r--r-- | app-admin/eselect/eselect-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index e216c56343d3..a1cf2f2f2f58 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v 1.10 2012/06/09 14:02:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v 1.11 2013/01/06 13:44:45 ulm Exp $ EAPI=4 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/eselect.git" EGIT_BOOTSTRAP="autogen.bash" -inherit git-2 bash-completion-r1 +inherit git-2 bash-completion-r1 autotools DESCRIPTION="Gentoo's multi-purpose configuration and management tool" HOMEPAGE="http://www.gentoo.org/proj/en/eselect/" SRC_URI="" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="doc" |