diff options
-rw-r--r-- | x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild index cd3521b0b525..02ce2f809e43 100644 --- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild +++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz" LICENSE="FDL-1.1 LGPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="+introspection static-libs test" RESTRICT="!test? ( test )" |