diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-21 09:50:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-21 09:50:41 +0200 |
commit | e262eb11fd1c1ad9456fbb3c644d16ff70f68af2 (patch) | |
tree | 71e2f3e04bc60d9f7a626acb97612652e3b0a2b9 /app-forensics | |
parent | dev-python/importlib_resources: amd64 stable wrt bug #723992 (diff) | |
download | gentoo-e262eb11fd1c1ad9456fbb3c644d16ff70f68af2.tar.gz gentoo-e262eb11fd1c1ad9456fbb3c644d16ff70f68af2.tar.bz2 gentoo-e262eb11fd1c1ad9456fbb3c644d16ff70f68af2.zip |
app-forensics/examiner: amd64 stable wrt bug #724010
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/examiner/examiner-0.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/examiner/examiner-0.5-r3.ebuild b/app-forensics/examiner/examiner-0.5-r3.ebuild index 71a49ad68463..6da13e50458b 100644 --- a/app-forensics/examiner/examiner-0.5-r3.ebuild +++ b/app-forensics/examiner/examiner-0.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://www.academicunderground.org/examiner/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" RDEPEND="dev-lang/perl" |