diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-05-30 21:16:20 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-05-30 21:16:58 +0200 |
commit | fa9203b19a8b74db27a660d84edef0101783cd63 (patch) | |
tree | 186a01c4a42f48907c9e01799cffdbb70bfaebc6 /app-misc | |
parent | app-misc/cmatrix: update EAPI, DESCRIPTION, LICENSE, and HOMEPAGE (diff) | |
download | gentoo-fa9203b19a8b74db27a660d84edef0101783cd63.tar.gz gentoo-fa9203b19a8b74db27a660d84edef0101783cd63.tar.bz2 gentoo-fa9203b19a8b74db27a660d84edef0101783cd63.zip |
app-misc/cmatrix: keyword 2.0-r5 for ~arm64
Closes: https://bugs.gentoo.org/928277
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/cmatrix/cmatrix-2.0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild index 5d79851505fb..3d7f701bb30a 100644 --- a/app-misc/cmatrix/cmatrix-2.0-r5.ebuild +++ b/app-misc/cmatrix/cmatrix-2.0-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="+unicode" DEPEND="sys-libs/ncurses:=[unicode(+)?]" |