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 4B0261382C5 for ; Tue, 3 Apr 2018 09:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD2DE0B17; Tue, 3 Apr 2018 09:34:07 +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 1A48AE0B17 for ; Tue, 3 Apr 2018 09:34:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58B4E335D2D for ; Tue, 3 Apr 2018 09:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B677225A for ; Tue, 3 Apr 2018 09:34:03 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1522745439.c1a586d0d9502becf1cea824dfc70c24afed2b32.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdaemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdaemon/libdaemon-0.14-r3.ebuild X-VCS-Directories: dev-libs/libdaemon/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: c1a586d0d9502becf1cea824dfc70c24afed2b32 X-VCS-Branch: master Date: Tue, 3 Apr 2018 09:34:03 +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-Archives-Salt: dfcdf0d8-bfba-4f51-baa3-df9d55d8a6b4 X-Archives-Hash: 19ba281e3d1528bb6663025dfae35458 commit: c1a586d0d9502becf1cea824dfc70c24afed2b32 Author: Jason Zaman gentoo org> AuthorDate: Tue Apr 3 07:42:42 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Apr 3 08:50:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a586d0 dev-libs/libdaemon: amd64 stable Gentoo-bug: 652220 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild index a7919b78883..83408d99857 100644 --- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild +++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/5" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc examples static-libs" RDEPEND=""