diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 08:27:31 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 10:39:05 +0800 |
commit | 50f991fbf2d9e542e5e2ac63d7cf863d93b57dd7 (patch) | |
tree | 532ef71bed3dfb1c97abf396eee574959655cea3 /dev-libs/dbus-glib | |
parent | dev-libs/vala-common: keyword 0.56.1 for ~loong (diff) | |
download | gentoo-50f991fbf2d9e542e5e2ac63d7cf863d93b57dd7.tar.gz gentoo-50f991fbf2d9e542e5e2ac63d7cf863d93b57dd7.tar.bz2 gentoo-50f991fbf2d9e542e5e2ac63d7cf863d93b57dd7.zip |
dev-libs/dbus-glib: keyword 0.112 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs/dbus-glib')
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.112.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild index 1dac549aefbc..80449ae7b0b4 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="debug static-libs test" RESTRICT="!test? ( test )" |