diff options
Diffstat (limited to 'x11-terms/alacritty/alacritty-9999.ebuild')
-rw-r--r-- | x11-terms/alacritty/alacritty-9999.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index d284ff3d3b1d..a00da8d42383 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 |