diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-07-10 16:56:37 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-07-10 17:00:15 -0400 |
commit | a004d68b93051c7a263abafcd6b9a48feee2d6d0 (patch) | |
tree | 28852a08eeba7f84804c7ace8271ae46fe8d4306 /dev-cpp | |
parent | dev-vcs/breezy: fix missing RDEPs, fix strip call (diff) | |
download | gentoo-a004d68b93051c7a263abafcd6b9a48feee2d6d0.tar.gz gentoo-a004d68b93051c7a263abafcd6b9a48feee2d6d0.tar.bz2 gentoo-a004d68b93051c7a263abafcd6b9a48feee2d6d0.zip |
dev-cpp/gflags: Propagate keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gflags/gflags-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index 613e8bc12948..6f555f396a02 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -10,7 +10,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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Google's C++ argument parsing library" |