summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-07-10 16:56:37 -0400
committerMatt Turner <mattst88@gentoo.org>2023-07-10 17:00:15 -0400
commita004d68b93051c7a263abafcd6b9a48feee2d6d0 (patch)
tree28852a08eeba7f84804c7ace8271ae46fe8d4306 /dev-cpp
parentdev-vcs/breezy: fix missing RDEPs, fix strip call (diff)
downloadgentoo-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.ebuild2
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"