x11-terms/alacritty: update live ebuild
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 10 Jan 2020 08:21:14 +0000 (00:21 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 10 Jan 2020 08:33:41 +0000 (00:33 -0800)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
x11-terms/alacritty/alacritty-9999.ebuild

index d284ff3d3b1d40fa7c085372a7bb27721f3c6f10..a00da8d42383c0a1501c897fb55bcce19a6a5e22 100644 (file)
@@ -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