commit: 2db8d5235257adc072eb9564cb638688497f4688 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue May 14 16:11:32 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed May 15 10:28:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db8d523
app-forensics/examiner: fix LICENSE Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> app-forensics/examiner/examiner-0.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-forensics/examiner/examiner-0.5-r2.ebuild b/app-forensics/examiner/examiner-0.5-r2.ebuild index f5aaa67ee8e..52d806d9d90 100644 --- a/app-forensics/examiner/examiner-0.5-r2.ebuild +++ b/app-forensics/examiner/examiner-0.5-r2.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,7 +9,7 @@ DESCRIPTION="Utilizes the objdump command to disassemble and comment foreign bin HOMEPAGE="http://www.academicunderground.org/examiner/" SRC_URI="http://www.academicunderground.org/examiner/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="amd64 ppc x86" IUSE=""
