commit: 5ede074d26c1a647175ba36a06572630e8282e4f
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 08:21:14 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 08:33:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ede074d
x11-terms/alacritty: update live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-terms/alacritty/alacritty-9999.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild
b/x11-terms/alacritty/alacritty-9999.ebuild
index d284ff3d3b1..a00da8d4238 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2019 Gentoo Authors
+# Copyright 2017-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,10 +18,10 @@ if [ ${PV} == "9999" ] ; then
else
SRC_URI="https://github.com/jwilm/${PN}/archive/v${MY_PV}.tar.gz ->
${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
- KEYWORDS="amd64 ~ppc64"
+ KEYWORDS="~amd64 ~ppc64"
fi
-LICENSE="Apache-2.0"
+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"
SLOT="0"
IUSE=""
@@ -81,10 +81,6 @@ src_install() {
einstalldocs
}
-src_test() {
- cargo_src_test --offline
-}
-
pkg_postinst() {
optfeature "wayland support" dev-libs/wayland
optfeature "apply-tilix-colorscheme script dependency" dev-python/pyyaml