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 F30F1138334 for ; Sat, 13 Apr 2019 19:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE40BE0A45; Sat, 13 Apr 2019 19:10:36 +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 CE1CAE0A43 for ; Sat, 13 Apr 2019 19:10:36 +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 E055C340F59 for ; Sat, 13 Apr 2019 19:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFCA85BE for ; Sat, 13 Apr 2019 19:10:31 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1555182555.c11eec813d2bd26d0596b2d5f94dc33489dedda7.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/onerng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/onerng/onerng-3.6-r1.ebuild X-VCS-Directories: sys-apps/onerng/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c11eec813d2bd26d0596b2d5f94dc33489dedda7 X-VCS-Branch: master Date: Sat, 13 Apr 2019 19:10:31 +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: 94a711eb-7421-4fa4-af7e-378a076a6ffa X-Archives-Hash: a1c290515ae915cbcdc6b1d2cbb5568c commit: c11eec813d2bd26d0596b2d5f94dc33489dedda7 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Apr 13 19:09:15 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Apr 13 19:09:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11eec81 sys-apps/onerng: amd64 stable wrt bug #682766 Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" sys-apps/onerng/onerng-3.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/onerng/onerng-3.6-r1.ebuild b/sys-apps/onerng/onerng-3.6-r1.ebuild index 953e639e7f8..918f7245cdb 100644 --- a/sys-apps/onerng/onerng-3.6-r1.ebuild +++ b/sys-apps/onerng/onerng-3.6-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${MY_P}.orig.t LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" BDEPEND="virtual/pkgconfig"