diff options
author | 2020-06-09 07:58:46 +0300 | |
---|---|---|
committer | 2020-06-09 07:58:46 +0300 | |
commit | 1e5b9e380c0302ff48909e6837340a620dd127e3 (patch) | |
tree | 90a3da4718213ed6e9bcea92abf60e6b35afb9f3 /app-editors | |
parent | dev-db/libdbi-drivers: arm64 stable (bug #704418) (diff) | |
download | gentoo-1e5b9e380c0302ff48909e6837340a620dd127e3.tar.gz gentoo-1e5b9e380c0302ff48909e6837340a620dd127e3.tar.bz2 gentoo-1e5b9e380c0302ff48909e6837340a620dd127e3.zip |
app-editors/kakoune: keyword ~ppc64, #726356
Thanks-to: ernsteiswuerfel
Closes: https://bugs.gentoo.org/726356
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kakoune/kakoune-2020.01.16-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild index e66b1b5c6c72..26d369bdf441 100644 --- a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}" diff --git a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild index 147c97c158e6..bcbba4882812 100644 --- a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/${MY_COMMIT}.tar.gz -> ${P}.ta LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}" |