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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D5851382C5 for ; Mon, 7 Jun 2021 16:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919C6E08A0; Mon, 7 Jun 2021 16:05:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DC52E08A0 for ; Mon, 7 Jun 2021 16:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 214AB335DC5 for ; Mon, 7 Jun 2021 16:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13CA87A6 for ; Mon, 7 Jun 2021 16:05:00 +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: <1623050037.8dfc9d24c3ec693e24545cf6a42aaf65795feb61.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libesmtp/libesmtp-9999.ebuild X-VCS-Directories: net-libs/libesmtp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8dfc9d24c3ec693e24545cf6a42aaf65795feb61 X-VCS-Branch: master Date: Mon, 7 Jun 2021 16:05:00 +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: e50ce332-1f1a-4204-afb2-ecd2f42e7e9d X-Archives-Hash: fe66423d29a24c36380dfa7db5c2a466 commit: 8dfc9d24c3ec693e24545cf6a42aaf65795feb61 Author: Sam James gentoo org> AuthorDate: Mon Jun 7 07:13:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 7 07:13:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfc9d24 net-libs/libesmtp: sync live ebuild Signed-off-by: Sam James gentoo.org> net-libs/libesmtp/libesmtp-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/libesmtp/libesmtp-9999.ebuild b/net-libs/libesmtp/libesmtp-9999.ebuild index 83df4e67b07..c117af101c9 100644 --- a/net-libs/libesmtp/libesmtp-9999.ebuild +++ b/net-libs/libesmtp/libesmtp-9999.ebuild @@ -12,6 +12,8 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://github.com/libesmtp/libESMTP.git" else SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/libESMTP-${PV}" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi @@ -22,7 +24,7 @@ IUSE="ssl static-libs threads" RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )" DEPEND="${RDEPEND}" -DOCS=( AUTHORS docs/{bugreport,ChangeLog,faq}.md NEWS Notes README.md TODO ) +DOCS=( docs/{authors,bugreport,ChangeLog,faq,NEWS}.md README.md ) src_configure() { local emesonargs=(