Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
Date: Fri, 10 Jan 2020 08:34:14
Message-Id: 1578645221.5ede074d26c1a647175ba36a06572630e8282e4f.gyakovlev@gentoo
1 commit: 5ede074d26c1a647175ba36a06572630e8282e4f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 08:21:14 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 08:33:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ede074d
7
8 x11-terms/alacritty: update live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-terms/alacritty/alacritty-9999.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
17 index d284ff3d3b1..a00da8d4238 100644
18 --- a/x11-terms/alacritty/alacritty-9999.ebuild
19 +++ b/x11-terms/alacritty/alacritty-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2017-2019 Gentoo Authors
22 +# Copyright 2017-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -18,10 +18,10 @@ if [ ${PV} == "9999" ] ; then
27 else
28 SRC_URI="https://github.com/jwilm/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
29 $(cargo_crate_uris ${CRATES})"
30 - KEYWORDS="amd64 ~ppc64"
31 + KEYWORDS="~amd64 ~ppc64"
32 fi
33
34 -LICENSE="Apache-2.0"
35 +LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD BSD-2 CC0-1.0 FTL ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB"
36 SLOT="0"
37 IUSE=""
38
39 @@ -81,10 +81,6 @@ src_install() {
40 einstalldocs
41 }
42
43 -src_test() {
44 - cargo_src_test --offline
45 -}
46 -
47 pkg_postinst() {
48 optfeature "wayland support" dev-libs/wayland
49 optfeature "apply-tilix-colorscheme script dependency" dev-python/pyyaml