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 43FA0158013 for ; Sun, 3 Dec 2023 08:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 682DE2BC01B; Sun, 3 Dec 2023 08:29:28 +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 41AFF2BC01B for ; Sun, 3 Dec 2023 08:29:28 +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 4DEF2335CAF for ; Sun, 3 Dec 2023 08:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4785A66 for ; Sun, 3 Dec 2023 08:29:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701592135.2d0cc8ca5fe3107e84b97db6b5f1ba2de423d454.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/getuto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/getuto/getuto-1.9.1.ebuild app-portage/getuto/getuto-9999.ebuild X-VCS-Directories: app-portage/getuto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d0cc8ca5fe3107e84b97db6b5f1ba2de423d454 X-VCS-Branch: master Date: Sun, 3 Dec 2023 08:29:25 +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: 7dc8f98f-7aa1-47ab-830d-d69b29c8ce31 X-Archives-Hash: bc11b3f14b110689a8553dae5e3a201f commit: 2d0cc8ca5fe3107e84b97db6b5f1ba2de423d454 Author: Sam James gentoo org> AuthorDate: Sun Dec 3 08:28:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 3 08:28:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0cc8ca app-portage/getuto: tweak DESCRIPTION Signed-off-by: Sam James gentoo.org> app-portage/getuto/getuto-1.9.1.ebuild | 2 +- app-portage/getuto/getuto-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/getuto/getuto-1.9.1.ebuild b/app-portage/getuto/getuto-1.9.1.ebuild index 4778eb372c02..c5a496c6edd2 100644 --- a/app-portage/getuto/getuto-1.9.1.ebuild +++ b/app-portage/getuto/getuto-1.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DESCRIPTION="Stand-alone gentoo install trust anchor generation tool" +DESCRIPTION="Standalone Gentoo gpg trust anchor generation tool for binpkgs" HOMEPAGE="https://github.com/projg2/getuto" if [[ ${PV} == 9999 ]] ; then diff --git a/app-portage/getuto/getuto-9999.ebuild b/app-portage/getuto/getuto-9999.ebuild index 4778eb372c02..c5a496c6edd2 100644 --- a/app-portage/getuto/getuto-9999.ebuild +++ b/app-portage/getuto/getuto-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DESCRIPTION="Stand-alone gentoo install trust anchor generation tool" +DESCRIPTION="Standalone Gentoo gpg trust anchor generation tool for binpkgs" HOMEPAGE="https://github.com/projg2/getuto" if [[ ${PV} == 9999 ]] ; then