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 0A003138334 for ; Wed, 18 Sep 2019 17:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E992E0992; Wed, 18 Sep 2019 17:27:37 +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 275FDE0992 for ; Wed, 18 Sep 2019 17:27:37 +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 0EAF234B365 for ; Wed, 18 Sep 2019 17:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27677F0 for ; Wed, 18 Sep 2019 17:27:31 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1568827641.3bfb3419d1a6b58106be266fd7a9dbbeec7f32af.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild X-VCS-Directories: app-cdr/dumpet/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 3bfb3419d1a6b58106be266fd7a9dbbeec7f32af X-VCS-Branch: master Date: Wed, 18 Sep 2019 17:27: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: b9df8290-acd3-4481-97a0-9da6a52a16bc X-Archives-Hash: b74fdcc11aeb0ded9bd9318fba4cdd3e commit: 3bfb3419d1a6b58106be266fd7a9dbbeec7f32af Author: Ben Kohler gentoo org> AuthorDate: Wed Sep 18 17:27:01 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Sep 18 17:27:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfb3419 app-cdr/dumpet: stable (with restricted tests) Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ben Kohler gentoo.org> app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild index 48ab8113b1e..7cd8392b5cf 100644 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild +++ b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild @@ -13,9 +13,10 @@ SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" -RESTRICT="!test? ( test )" +#Restrict tests since required test file is unavailable +RESTRICT="test" RDEPEND="dev-libs/libxml2 dev-libs/popt"