diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-09-25 19:12:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-09-25 19:12:18 +0000 |
commit | 652389412fe2ebabec0b1ca7a03ea5367d09049a (patch) | |
tree | 8224dcca969f2591058119df917253f1d9f07d9d /app-editors/emacs/emacs-22.3-r10.ebuild | |
parent | Version bump with fix for bug #381469. Thanks to Chris Mayo for discovering t... (diff) | |
download | gentoo-2-652389412fe2ebabec0b1ca7a03ea5367d09049a.tar.gz gentoo-2-652389412fe2ebabec0b1ca7a03ea5367d09049a.tar.bz2 gentoo-2-652389412fe2ebabec0b1ca7a03ea5367d09049a.zip |
Specify LICENSE more precisely, "as-is" is really HPND.
(Portage version: 2.1.11.20/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs/emacs-22.3-r10.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-22.3-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-22.3-r10.ebuild b/app-editors/emacs/emacs-22.3-r10.ebuild index 3b767e1ac0d5..041224d86e12 100644 --- a/app-editors/emacs/emacs-22.3-r10.ebuild +++ b/app-editors/emacs/emacs-22.3-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r10.ebuild,v 1.3 2012/09/18 06:52:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r10.ebuild,v 1.4 2012/09/25 19:12:18 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.gz mirror://gentoo/${P}-patches-8.tar.bz2" -LICENSE="GPL-3+ FDL-1.2+ BSD as-is MIT" +LICENSE="GPL-3+ FDL-1.2+ BSD HPND MIT" SLOT="22" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="alsa games gif gtk gzip-el hesiod jpeg kerberos motif png sound source tiff toolkit-scroll-bars X Xaw3d +xpm" |