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 0FC04138334 for ; Fri, 28 Sep 2018 08:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045C7E09B7; Fri, 28 Sep 2018 08:45:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CDC8AE09B7 for ; Fri, 28 Sep 2018 08:45:04 +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 41E57335C5D for ; Fri, 28 Sep 2018 08:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A96663F0 for ; Fri, 28 Sep 2018 08:45:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1538124289.9408afd40231ebdac2597c4847d6ac7e6810b762.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/redland/redland-1.0.17-r1.ebuild X-VCS-Directories: dev-libs/redland/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9408afd40231ebdac2597c4847d6ac7e6810b762 X-VCS-Branch: master Date: Fri, 28 Sep 2018 08:45:01 +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: 0b35f844-45c8-4db5-9b12-b0c5d614f073 X-Archives-Hash: 7797a6c17d281397b5147394e260e054 commit: 9408afd40231ebdac2597c4847d6ac7e6810b762 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Sep 28 08:44:49 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Sep 28 08:44:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9408afd4 dev-libs/redland: amd64 stable wrt bug #609650 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/redland/redland-1.0.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/redland/redland-1.0.17-r1.ebuild b/dev-libs/redland/redland-1.0.17-r1.ebuild index 7b6c11341d7..efb79fe9102 100644 --- a/dev-libs/redland/redland-1.0.17-r1.ebuild +++ b/dev-libs/redland/redland-1.0.17-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="berkdb iodbc mysql odbc postgres sqlite static-libs" RDEPEND="dev-libs/libltdl:0