commit:     f27753eab71718248c08959beb168b34df900042
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 12:31:34 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 12:38:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27753ea

x11-terms/alacritty: update EAPI 7 -> 8

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-terms/alacritty/alacritty-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-terms/alacritty/alacritty-9999.ebuild 
b/x11-terms/alacritty/alacritty-9999.ebuild
index ed9ff36dcc61..83e1aac18514 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2017-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 CRATES="
 "
@@ -19,8 +19,8 @@ if [ ${PV} == "9999" ] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/alacritty/alacritty";
 else
-       SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz
-       $(cargo_crate_uris ${CRATES})"
+       
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> 
${P}.tar.gz
+               $(cargo_crate_uris)"
        KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 fi
 

Reply via email to