diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-05-23 01:26:43 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-24 11:06:32 +0800 |
commit | 01666dd597f2bc0340948e643b31f0c2f7d49cc6 (patch) | |
tree | 3e6ecfc44de2e32715f7784555f6f6011df62781 /app-text/linuxdoc-tools | |
parent | dev-libs/wlc: add missing license (diff) | |
download | gentoo-01666dd597f2bc0340948e643b31f0c2f7d49cc6.tar.gz gentoo-01666dd597f2bc0340948e643b31f0c2f7d49cc6.tar.bz2 gentoo-01666dd597f2bc0340948e643b31f0c2f7d49cc6.zip |
app-text/linuxdoc-tools: fix LICENSE
Closes: https://github.com/gentoo/gentoo/pull/1519
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-text/linuxdoc-tools')
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild index 42d7ee29e763..7cf48686f35c 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files" HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools" SRC_URI="https://gitlab.com/agmartin/${PN}/repository/archive.tar.gz?ref=upstream/${PV} -> ${P}.tar.gz" -LICENSE="MIT SGMLUG" +LICENSE="GPL-3+ MIT SGMLUG" SLOT="0" KEYWORDS="amd64 ~ia64 ppc x86 ~x86-fbsd" IUSE="doc" diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild index f1660a5ebdb8..911980234d90 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files" HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools" SRC_URI="https://gitlab.com/agmartin/${PN}/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz" -LICENSE="MIT SGMLUG" +LICENSE="GPL-3+ MIT SGMLUG" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" IUSE="doc" |