diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-20 22:26:48 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-21 08:50:22 +0800 |
commit | 627f33e5a4f366e56ab72a9f9b91c982a85b3cd5 (patch) | |
tree | eeb15ec7f126a2ac75f7c87c5e09275310980194 /x11-libs/gtk+ | |
parent | x11-themes/gtk-engines-adwaita: add riscv keyword (diff) | |
download | gentoo-627f33e5a4f366e56ab72a9f9b91c982a85b3cd5.tar.gz gentoo-627f33e5a4f366e56ab72a9f9b91c982a85b3cd5.tar.bz2 gentoo-627f33e5a4f366e56ab72a9f9b91c982a85b3cd5.zip |
x11-libs/gtk+: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.33.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.24.29.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.24.33.ebuild b/x11-libs/gtk+/gtk+-2.24.33.ebuild index 8a86eaa76115..8b97abd8271a 100644 --- a/x11-libs/gtk+/gtk+-2.24.33.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.33.ebuild @@ -16,7 +16,7 @@ REQUIRED_USE=" xinerama? ( !aqua ) " -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Upstream wants us to do their job: # https://bugzilla.gnome.org/show_bug.cgi?id=768663#c1 diff --git a/x11-libs/gtk+/gtk+-3.24.29.ebuild b/x11-libs/gtk+/gtk+-3.24.29.ebuild index 1c3293b2da0f..a5e531ff38fc 100644 --- a/x11-libs/gtk+/gtk+-3.24.29.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.29.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE=" xinerama? ( X ) " -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Upstream wants us to do their job: # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1 |