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 25FB2158086 for ; Sun, 26 Dec 2021 00:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B8CF2BC017; Sun, 26 Dec 2021 00:20:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 383162BC009 for ; Sun, 26 Dec 2021 00:20:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F20B8343098 for ; Sun, 26 Dec 2021 00:20:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54CCA264 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: <1640477977.5f7d8c1fa844fa8ed2016b9de8c90834b08188c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libslirp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libslirp/libslirp-4.6.1.ebuild X-VCS-Directories: net-libs/libslirp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f7d8c1fa844fa8ed2016b9de8c90834b08188c3 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: 77ef75e9-2f71-4bee-90df-f6b334de8ef2 X-Archives-Hash: c90f05166b0eb8c84efc6b323f6a2b7c commit: 5f7d8c1fa844fa8ed2016b9de8c90834b08188c3 Author: Sam James gentoo org> AuthorDate: Sun Dec 26 00:15:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 00:19:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7d8c1f net-libs/libslirp: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> net-libs/libslirp/libslirp-4.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libslirp/libslirp-4.6.1.ebuild b/net-libs/libslirp/libslirp-4.6.1.ebuild index 66229c715845..cac706bcd170 100644 --- a/net-libs/libslirp/libslirp-4.6.1.ebuild +++ b/net-libs/libslirp/libslirp-4.6.1.ebuild @@ -8,7 +8,7 @@ inherit meson KEYWORDS="amd64 arm64 ~ppc ppc64 x86" MY_P="${PN}-v${PV}" SRC_URI="https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="A TCP-IP emulator used to provide virtual networking services." +DESCRIPTION="A TCP-IP emulator used to provide virtual networking services" HOMEPAGE="https://gitlab.freedesktop.org/slirp/libslirp" LICENSE="BSD"