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 8AB3F158086 for ; Sun, 26 Dec 2021 00:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C58C2BC052; Sun, 26 Dec 2021 00:20:32 +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 0C5692BC057 for ; Sun, 26 Dec 2021 00:20:32 +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 12042343098 for ; Sun, 26 Dec 2021 00:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E0A2287 for ; Sun, 26 Dec 2021 00:20:27 +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: <1640477989.8bf15961d01e74173dc95a14906dbe5fed820106.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/queue-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild X-VCS-Directories: sys-libs/queue-standalone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8bf15961d01e74173dc95a14906dbe5fed820106 X-VCS-Branch: master Date: Sun, 26 Dec 2021 00:20: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: 4aac3f24-e6d6-4f26-8300-6ec601d4d7f3 X-Archives-Hash: 9264114fd52df5150886a50de9980396 commit: 8bf15961d01e74173dc95a14906dbe5fed820106 Author: Sam James gentoo org> AuthorDate: Sun Dec 26 00:16:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 00:19:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf15961 sys-libs/queue-standalone: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild index 133216a3d29b..be85c431903e 100644 --- a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild +++ b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="Install from glibc." +DESCRIPTION="Install from glibc" HOMEPAGE="https://www.gnu.org/software/libc/libc.html" LICENSE="BSD"