diff options
author | Ye Cao <ye.c@rioslab.org> | 2021-06-29 16:13:53 +0800 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-02 13:21:43 +0100 |
commit | e271a9d17e5be5e43460ebd8a07f1ec7b83b3f0b (patch) | |
tree | 96dd291025981188bd479186ae13d87e8d7872d4 /dev-cpp/gflags | |
parent | dev-cpp/abseil-cpp: add ~riscv keyword (diff) | |
download | gentoo-e271a9d17e5be5e43460ebd8a07f1ec7b83b3f0b.tar.gz gentoo-e271a9d17e5be5e43460ebd8a07f1ec7b83b3f0b.tar.bz2 gentoo-e271a9d17e5be5e43460ebd8a07f1ec7b83b3f0b.zip |
dev-cpp/gflags: add ~riscv keyword
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao <ye.c@rioslab.org>
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/gflags-2.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gflags/gflags-2.2.1-r1.ebuild b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild index 4ee23a61cae4..bed6548a3d96 100644 --- a/dev-cpp/gflags/gflags-2.2.1-r1.ebuild +++ b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/gflags/gflags" else SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Google's C++ argument parsing library" |