diff options
author | David Seifert <soap@gentoo.org> | 2020-05-16 22:25:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-05-16 22:25:06 +0200 |
commit | 739127ad5befedec900605b6d1c3d9b3957fec0f (patch) | |
tree | e83aacced8888e2944dc2a811b4d300c80381768 /dev-dotnet | |
parent | dev-dotnet/dbus-sharp-glib: Remove ppc keywords (diff) | |
download | gentoo-739127ad5befedec900605b6d1c3d9b3957fec0f.tar.gz gentoo-739127ad5befedec900605b6d1c3d9b3957fec0f.tar.bz2 gentoo-739127ad5befedec900605b6d1c3d9b3957fec0f.zip |
dev-dotnet/dbus-sharp: Remove ppc keywords
Closes: https://github.com/gentoo/gentoo/pull/15833
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild index 47c4beea628e..9de6d3ab008c 100644 --- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild +++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/downloads/mono/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="1.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/mono diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild index 627f525f470d..b7a8a7e916ef 100644 --- a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild +++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="2.0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/mono |