diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-11 16:13:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-11 16:13:22 +0000 |
commit | a9a4e9d05248e1f7dad29ca32cff6fcfde9057c9 (patch) | |
tree | d062791429d582d77ecf3bd934adba8f46fcd607 /app-admin/emacs-updater | |
parent | x86 stable, see bug 429080 (diff) | |
download | gentoo-2-a9a4e9d05248e1f7dad29ca32cff6fcfde9057c9.tar.gz gentoo-2-a9a4e9d05248e1f7dad29ca32cff6fcfde9057c9.tar.bz2 gentoo-2-a9a4e9d05248e1f7dad29ca32cff6fcfde9057c9.zip |
Specify LICENSE more precisely.
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 4 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 27a4b5f88bf8..b302fae7f8a0 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for app-admin/emacs-updater # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.62 2012/10/11 15:56:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.63 2012/10/11 16:13:22 ulm Exp $ *emacs-updater-1.10 (11 Oct 2012) 11 Oct 2012; Ulrich Müller <ulm@gentoo.org> +emacs-updater-1.10.ebuild: - Version bump, fixes bug 436350. + Version bump, fixes bug 436350. Specify LICENSE more precisely. 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> emacs-updater-1.9.ebuild: keyword ~amd64-fbsd, bug #419199 diff --git a/app-admin/emacs-updater/emacs-updater-1.9.ebuild b/app-admin/emacs-updater/emacs-updater-1.9.ebuild index 89a1a9f9553f..c4c89579c64d 100644 --- a/app-admin/emacs-updater/emacs-updater-1.9.ebuild +++ b/app-admin/emacs-updater/emacs-updater-1.9.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-admin/emacs-updater/emacs-updater-1.9.ebuild,v 1.9 2012/08/07 20:35:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.9.ebuild,v 1.10 2012/10/11 16:13:22 ulm Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="Rebuild Emacs packages" HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" |