Skip to content

Commit

Permalink
app-emacs/muse: Specifiy LICENSE more precisely.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Aug 27, 2019
1 parent 8a0875c commit 43af00e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app-emacs/muse/muse-3.20.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 43af00e

Please sign in to comment.