From 220bc40c197bbc615bbea8f5ba36b60eb110a97d Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Apr 2021 14:44:40 +0100 Subject: [PATCH] dev-java/j2ssh: eutils->epatch Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- dev-java/j2ssh/j2ssh-0.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/j2ssh/j2ssh-0.2.9.ebuild b/dev-java/j2ssh/j2ssh-0.2.9.ebuild index 7d4dd4ea6d5aa..2decfdada51d7 100644 --- a/dev-java/j2ssh/j2ssh-0.2.9.ebuild +++ b/dev-java/j2ssh/j2ssh-0.2.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="source doc examples" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="Java implementation of the SSH protocol" HOMEPAGE="https://sourceforge.net/projects/sshtools/ http://www.sshtools.com/"