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 EC5FE158094 for ; Fri, 24 Jun 2022 13:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D412E07D8; Fri, 24 Jun 2022 13:11:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 23970E07D8 for ; Fri, 24 Jun 2022 13:11:44 +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 4D9E5341A0F for ; Fri, 24 Jun 2022 13:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B499517 for ; Fri, 24 Jun 2022 13:11:40 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1656076283.8d058a0e7aaeec17dda1a3dc0996dc962c55adae.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/himitsu/himitsu-0.1.ebuild app-admin/himitsu/himitsu-9999.ebuild X-VCS-Directories: app-admin/himitsu/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 8d058a0e7aaeec17dda1a3dc0996dc962c55adae X-VCS-Branch: dev Date: Fri, 24 Jun 2022 13:11:40 +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: 63fb2f72-8678-4fef-95d9-172ea0ed55da X-Archives-Hash: 5a73188db7ca6ed25179eb0f30690032 commit: 8d058a0e7aaeec17dda1a3dc0996dc962c55adae Author: Huang Rui gmail com> AuthorDate: Fri Jun 24 13:11:23 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Fri Jun 24 13:11:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d058a0e app-admin/himitsu: fix pkgcheck CI Signed-off-by: Huang Rui gmail.com> app-admin/himitsu/himitsu-0.1.ebuild | 3 +-- app-admin/himitsu/himitsu-9999.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app-admin/himitsu/himitsu-0.1.ebuild b/app-admin/himitsu/himitsu-0.1.ebuild index 7df559b86..7f3a495f6 100644 --- a/app-admin/himitsu/himitsu-0.1.ebuild +++ b/app-admin/himitsu/himitsu-0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ "${PV}" = "9999" ]]; then inherit git-r3 @@ -11,7 +11,6 @@ else KEYWORDS="~amd64 ~arm64 ~riscv" fi - DESCRIPTION="Secret storage system for Unix, suitable for storing passwords, keys, ..." HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu" LICENSE="GPL-3" diff --git a/app-admin/himitsu/himitsu-9999.ebuild b/app-admin/himitsu/himitsu-9999.ebuild index 7df559b86..87469b042 100644 --- a/app-admin/himitsu/himitsu-9999.ebuild +++ b/app-admin/himitsu/himitsu-9999.ebuild @@ -11,7 +11,6 @@ else KEYWORDS="~amd64 ~arm64 ~riscv" fi - DESCRIPTION="Secret storage system for Unix, suitable for storing passwords, keys, ..." HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu" LICENSE="GPL-3"