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 A149C138334 for ; Thu, 19 Jul 2018 13:06:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D95CE09D9; Thu, 19 Jul 2018 13:06:03 +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 2CCA8E09D9 for ; Thu, 19 Jul 2018 13:06:02 +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 52A11335C63 for ; Thu, 19 Jul 2018 13:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FCB52CC for ; Thu, 19 Jul 2018 13:05:58 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1532005549.4976bc096547cb77a9c2d68e1820fb8a60eed511.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcipher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlcipher/sqlcipher-3.4.2.ebuild X-VCS-Directories: dev-db/sqlcipher/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 4976bc096547cb77a9c2d68e1820fb8a60eed511 X-VCS-Branch: master Date: Thu, 19 Jul 2018 13:05:58 +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: f5de401a-9512-4c10-baf4-c1de413c27e5 X-Archives-Hash: b08abdcda50fae579cbe692d5b60b49f commit: 4976bc096547cb77a9c2d68e1820fb8a60eed511 Author: Sergey Popov gentoo org> AuthorDate: Thu Jul 19 13:05:20 2018 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Jul 19 13:05:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4976bc09 dev-db/sqlcipher: stable on amd64/x86 Bug: https://bugs.gentoo.org/634826 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-db/sqlcipher/sqlcipher-3.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild index fce76e2a579..fd967068f3c 100644 --- a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild +++ b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="libedit readline libressl static-libs tcl test"