diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-01-23 18:51:39 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-23 18:51:39 +0100 |
commit | 80fde97da6e0503b373b900fd076c9db29b6944d (patch) | |
tree | 874ebd7314a2a9b452f7f885d76780b05f39e1c9 /app-misc | |
parent | app-misc/broot: remove old 1.7.5 (diff) | |
download | gentoo-80fde97da6e0503b373b900fd076c9db29b6944d.tar.gz gentoo-80fde97da6e0503b373b900fd076c9db29b6944d.tar.bz2 gentoo-80fde97da6e0503b373b900fd076c9db29b6944d.zip |
app-misc/broot: stabilize 1.8.1 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/broot/broot-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/broot/broot-1.8.1.ebuild b/app-misc/broot/broot-1.8.1.ebuild index 0de501a3a0c7..4152c625bc7f 100644 --- a/app-misc/broot/broot-1.8.1.ebuild +++ b/app-misc/broot/broot-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -215,7 +215,7 @@ SRC_URI="https://github.com/Canop/broot/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD-2 BSD LGPL-3+ MIT ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="X" RDEPEND=" |