diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-27 13:21:38 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-27 13:21:38 +0200 |
commit | 43af00e46fcbeb22924c6c35c6d57761263bfb69 (patch) | |
tree | 07300945bb2851d8dee33cb9de812a03e489403e /app-emacs/muse | |
parent | app-emacs/analog: Update HOMEPAGE. (diff) | |
download | gentoo-43af00e46fcbeb22924c6c35c6d57761263bfb69.tar.gz gentoo-43af00e46fcbeb22924c6c35c6d57761263bfb69.tar.bz2 gentoo-43af00e46fcbeb22924c6c35c6d57761263bfb69.zip |
app-emacs/muse: Specifiy LICENSE more precisely.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/muse')
-rw-r--r-- | app-emacs/muse/muse-3.20.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild index 0b93b90bc77b..33438fd4bf4c 100644 --- a/app-emacs/muse/muse-3.20.ebuild +++ b/app-emacs/muse/muse-3.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -9,14 +9,13 @@ DESCRIPTION="An authoring and publishing environment for Emacs" HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html" SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz" -LICENSE="GPL-3 FDL-1.2 GPL-2 MIT" +LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="test" +#IUSE="test" RESTRICT="test" #426546 -DEPEND="test? ( app-emacs/htmlize )" -RDEPEND="" +#DEPEND="test? ( app-emacs/htmlize )" SITEFILE="50${PN}-gentoo.el" |