diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-15 14:14:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-15 19:32:01 +0200 |
commit | 4a27a2bc541154c1646117f400ef9bd862bd6cd6 (patch) | |
tree | 7f133a452bfd221bbf3d538c09734fee7b2f77fb /app-emacs | |
parent | app-emacs/howm: Remove old. (diff) | |
download | gentoo-4a27a2bc541154c1646117f400ef9bd862bd6cd6.tar.gz gentoo-4a27a2bc541154c1646117f400ef9bd862bd6cd6.tar.bz2 gentoo-4a27a2bc541154c1646117f400ef9bd862bd6cd6.zip |
app-emacs/howm: Fix LICENSE.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/howm/howm-1.3.9.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/howm/howm-1.3.9.2.ebuild b/app-emacs/howm/howm-1.3.9.2.ebuild index 3103b8b50fa9..393ad50c5050 100644 --- a/app-emacs/howm/howm-1.3.9.2.ebuild +++ b/app-emacs/howm/howm-1.3.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,10 +10,9 @@ DESCRIPTION="Note-taking tool on Emacs" HOMEPAGE="http://howm.sourceforge.jp/" SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-1+ GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" SITEFILE="50${PN}-gentoo.el" |