diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-11 21:20:52 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-12 10:53:57 +0800 |
commit | 74877b23c31435a3066d34c13d21b70b80c3930a (patch) | |
tree | a698b35a984dc5f223612cdd0e276bca6c4d24c1 /dev-libs/gdl | |
parent | dev-cpp/gtkmm: keyword 3.24.5 for ~riscv (diff) | |
download | gentoo-74877b23c31435a3066d34c13d21b70b80c3930a.tar.gz gentoo-74877b23c31435a3066d34c13d21b70b80c3930a.tar.bz2 gentoo-74877b23c31435a3066d34c13d21b70b80c3930a.zip |
dev-libs/gdl: keyword 3.34.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r-- | dev-libs/gdl/gdl-3.34.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gdl/gdl-3.34.0.ebuild b/dev-libs/gdl/gdl-3.34.0.ebuild index 191464b8a329..be9719ca2082 100644 --- a/dev-libs/gdl/gdl-3.34.0.ebuild +++ b/dev-libs/gdl/gdl-3.34.0.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 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gdl" LICENSE="LGPL-2.1+" SLOT="3/5" # subslot = libgdl-3 soname version IUSE="+introspection" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" dev-libs/glib:2 |