diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-10 00:21:14 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-10 00:33:41 -0800 |
commit | 5ede074d26c1a647175ba36a06572630e8282e4f (patch) | |
tree | 2ba84d16c151d5d1f4e3cf66f5429417d004293a /x11-terms | |
parent | dev-python/aiodns: Remove redundant versions (diff) | |
download | gentoo-5ede074d26c1a647175ba36a06572630e8282e4f.tar.gz gentoo-5ede074d26c1a647175ba36a06572630e8282e4f.tar.bz2 gentoo-5ede074d26c1a647175ba36a06572630e8282e4f.zip |
x11-terms/alacritty: update live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-terms')
-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 |