diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-05 13:28:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-05 13:28:44 +0300 |
commit | 10645860962e32891ce422f104b402440fe41019 (patch) | |
tree | 3f05c37f85f0e9c0991cb5ca5cb690507744b133 /app-text | |
parent | profiles: mask pkgconf[test] on riscv (diff) | |
download | gentoo-10645860962e32891ce422f104b402440fe41019.tar.gz gentoo-10645860962e32891ce422f104b402440fe41019.tar.bz2 gentoo-10645860962e32891ce422f104b402440fe41019.zip |
app-text/tree: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tree/tree-1.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/tree/tree-1.7.0-r1.ebuild b/app-text/tree/tree-1.7.0-r1.ebuild index 254228739351..635e68678446 100644 --- a/app-text/tree/tree-1.7.0-r1.ebuild +++ b/app-text/tree/tree-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="!=sci-biology/meme-4.8.1" |