From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0AE7138334 for ; Sat, 12 Oct 2019 10:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1119BE08E2; Sat, 12 Oct 2019 10:36:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBE23E08E2 for ; Sat, 12 Oct 2019 10:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4E2434BBF3 for ; Sat, 12 Oct 2019 10:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F1383E for ; Sat, 12 Oct 2019 10:36:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1570876591.e4fcec5bf462a4c27ae0970e8395e3c8929bb791.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/ddclient/ddclient-3.9.0-r3.ebuild X-VCS-Directories: net-dns/ddclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4fcec5bf462a4c27ae0970e8395e3c8929bb791 X-VCS-Branch: master Date: Sat, 12 Oct 2019 10:36:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f90f366-484f-488e-8ac1-8eac5294a0a0 X-Archives-Hash: 0a40f05698731d83678839a8f12ae8d2 commit: e4fcec5bf462a4c27ae0970e8395e3c8929bb791 Author: Conrad Kostecki kostecki com> AuthorDate: Sat Oct 12 10:31:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 12 10:36:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fcec5b net-dns/ddclient: drop non-existent ~x86-fbsd keyword Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/13261 Signed-off-by: Andreas Sturmlechner gentoo.org> net-dns/ddclient/ddclient-3.9.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild b/net-dns/ddclient/ddclient-3.9.0-r3.ebuild index a65c8645684..4ff4befed84 100644 --- a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild +++ b/net-dns/ddclient/ddclient-3.9.0-r3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Perl client used to update dynamic DNS entries" HOMEPAGE="https://sourceforge.net/projects/ddclient/" SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" LICENSE="GPL-2+" SLOT="0" IUSE="examples iproute2"