diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:13:23 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:31 +0100 |
commit | d95dfb6014ea4edaf5db45b0f61c848b20d70da6 (patch) | |
tree | 77f58407539246e0e4a7b6773dfe9755d0eddda1 /dev-libs/dbus-glib | |
parent | dev-libs/cyrus-sasl: drop x86-macos (diff) | |
download | gentoo-d95dfb6014ea4edaf5db45b0f61c848b20d70da6.tar.gz gentoo-d95dfb6014ea4edaf5db45b0f61c848b20d70da6.tar.bz2 gentoo-d95dfb6014ea4edaf5db45b0f61c848b20d70da6.zip |
dev-libs/dbus-glib: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/dbus-glib')
-rw-r--r-- | dev-libs/dbus-glib/dbus-glib-0.110.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild index f0822d964676..0da7888c532e 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.110.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=7 @@ -10,7 +10,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 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="debug static-libs test" RESTRICT="!test? ( test )" |