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 2515B158086 for ; Sun, 26 Dec 2021 00:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A33BC2BC03A; Sun, 26 Dec 2021 00:20:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 379E22BC01E for ; Sun, 26 Dec 2021 00:20:31 +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 8CE583430A8 for ; Sun, 26 Dec 2021 00:20:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C67726A for ; Sun, 26 Dec 2021 00:20:26 +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: <1640477979.bc0c7f9bdc0867439820ea6f8c7d553e6fa4ba7d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild X-VCS-Directories: net-vpn/wireguard-modules/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc0c7f9bdc0867439820ea6f8c7d553e6fa4ba7d X-VCS-Branch: master Date: Sun, 26 Dec 2021 00:20:26 +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: 967c5c66-5e5b-42bf-98d7-8da285287f1f X-Archives-Hash: b330790a4acb3c8a4140ccc65e3fe531 commit: bc0c7f9bdc0867439820ea6f8c7d553e6fa4ba7d Author: Sam James gentoo org> AuthorDate: Sun Dec 26 00:15:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 00:19:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0c7f9b net-vpn/wireguard-modules: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild b/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild index ce3824f93de5..6c4002c2e7dc 100644 --- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild +++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild @@ -6,7 +6,7 @@ EAPI=7 MODULES_OPTIONAL_USE="module" inherit linux-mod bash-completion-r1 -DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography." +DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography" HOMEPAGE="https://www.wireguard.com/" if [[ ${PV} == 9999 ]]; then