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 E883F15808B for ; Fri, 11 Feb 2022 06:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5615E0822; Fri, 11 Feb 2022 06:26:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7739FE0821 for ; Fri, 11 Feb 2022 06:26:07 +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 06FFF342CE9 for ; Fri, 11 Feb 2022 06:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5508F2D1 for ; Fri, 11 Feb 2022 06:26:04 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1644560710.ee9243f8e159bad7b5e0e970302cfede90be1f84.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/aerc/aerc-9999.ebuild X-VCS-Directories: mail-client/aerc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ee9243f8e159bad7b5e0e970302cfede90be1f84 X-VCS-Branch: master Date: Fri, 11 Feb 2022 06:26:04 +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: c5924f1d-25c1-4deb-a0d1-0d95bda4f6e3 X-Archives-Hash: 1d72d2200dc5f18b3d19ae6f1a2793c5 commit: ee9243f8e159bad7b5e0e970302cfede90be1f84 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 11 06:25:10 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 11 06:25:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9243f8 mail-client/aerc: sync live Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> mail-client/aerc/aerc-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mail-client/aerc/aerc-9999.ebuild b/mail-client/aerc/aerc-9999.ebuild index db3a9c7f1487..fd14227f806c 100644 --- a/mail-client/aerc/aerc-9999.ebuild +++ b/mail-client/aerc/aerc-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit go-module @@ -10,7 +10,7 @@ HOMEPAGE="https://aerc-mail.org" if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/aerc" + EGIT_REPO_URI="https://git.sr.ht/~rjarry/aerc" else EGO_SUM=( # to be filled on bumps @@ -44,7 +44,7 @@ src_unpack() { src_compile() { use notmuch && export GOFLAGS="-tags=notmuch" - emake PREFIX="${EPREFIX}/usr" + emake PREFIX="${EPREFIX}/usr" all } src_install() {