diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-16 16:06:38 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-16 16:06:38 -0800 |
commit | 25c719cdbcecb58e95b9007ce904188ac590fed4 (patch) | |
tree | b82f43802d6a6ae102ac60d6b78290c22f1e299a /app-shells/kshdb | |
parent | app-shells/kshdb: add myself as a maintainer (diff) | |
download | gentoo-25c719cdbcecb58e95b9007ce904188ac590fed4.tar.gz gentoo-25c719cdbcecb58e95b9007ce904188ac590fed4.tar.bz2 gentoo-25c719cdbcecb58e95b9007ce904188ac590fed4.zip |
app-shells/kshdb: keyword 1.1.0 for ~ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/kshdb')
-rw-r--r-- | app-shells/kshdb/kshdb-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/kshdb/kshdb-1.1.0.ebuild b/app-shells/kshdb/kshdb-1.1.0.ebuild index 540d278b34a6..e45598eb8de4 100644 --- a/app-shells/kshdb/kshdb-1.1.0.ebuild +++ b/app-shells/kshdb/kshdb-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rocky/kshdb/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" RDEPEND="app-shells/ksh" |