diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-01-19 18:07:03 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-01-19 18:08:52 +0100 |
commit | 216460859c5ae054b72e0b4aa825071364b63371 (patch) | |
tree | f74f1e4210b0cae7ca85c461dec3b87ec57b9d5d /dev-cpp | |
parent | games-emulation/mednafen: add 1.29.0 (diff) | |
download | gentoo-216460859c5ae054b72e0b4aa825071364b63371.tar.gz gentoo-216460859c5ae054b72e0b4aa825071364b63371.tar.bz2 gentoo-216460859c5ae054b72e0b4aa825071364b63371.zip |
dev-cpp/aixlog: keyword 1.5.0 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/aixlog/aixlog-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/aixlog/aixlog-1.5.0.ebuild b/dev-cpp/aixlog/aixlog-1.5.0.ebuild index bd6ee183403c..17957bb3d65f 100644 --- a/dev-cpp/aixlog/aixlog-1.5.0.ebuild +++ b/dev-cpp/aixlog/aixlog-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_BRANCH="develop" else SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="MIT" |