From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD87B158087 for ; Wed, 15 Dec 2021 11:14:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB2632BC05A; Wed, 15 Dec 2021 11:14:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51C152BC05A for ; Wed, 15 Dec 2021 11:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86FD834363C for ; Wed, 15 Dec 2021 11:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22690D0 for ; Wed, 15 Dec 2021 11:14:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639566855.e8638d6697ee87a58cac07249c63a48a619b246a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/tinyssh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/tinyssh/tinyssh-20210601.ebuild net-misc/tinyssh/tinyssh-99999999.ebuild X-VCS-Directories: net-misc/tinyssh/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e8638d6697ee87a58cac07249c63a48a619b246a X-VCS-Branch: master Date: Wed, 15 Dec 2021 11:14:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb9029d1-2cb2-46c6-9743-f1a0eb9e69dd X-Archives-Hash: 21b77e46fd2a05d7af18ebc797fcadf4 Message-ID: <20211215111427.zr7qJvKO91AW4SYxh3A8dAPKx8ZYNZzM-rdqN91IGVA@z> commit: e8638d6697ee87a58cac07249c63a48a619b246a Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 11:14:15 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 11:14:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8638d66 net-misc/tinyssh: fix IndirectInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> net-misc/tinyssh/tinyssh-20210601.ebuild | 2 +- net-misc/tinyssh/tinyssh-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/tinyssh/tinyssh-20210601.ebuild b/net-misc/tinyssh/tinyssh-20210601.ebuild index 113721602..df6be2ec4 100644 --- a/net-misc/tinyssh/tinyssh-20210601.ebuild +++ b/net-misc/tinyssh/tinyssh-20210601.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit systemd toolchain-funcs DESCRIPTION="A small SSH server with state-of-the-art cryptography" HOMEPAGE="https://tinyssh.org" diff --git a/net-misc/tinyssh/tinyssh-99999999.ebuild b/net-misc/tinyssh/tinyssh-99999999.ebuild index 48d90965d..99c90d3e6 100644 --- a/net-misc/tinyssh/tinyssh-99999999.ebuild +++ b/net-misc/tinyssh/tinyssh-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit systemd toolchain-funcs DESCRIPTION="A small SSH server with state-of-the-art cryptography" HOMEPAGE="https://tinyssh.org"