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 F3A781396D0 for ; Fri, 22 Sep 2017 18:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 296B9E08DB; Fri, 22 Sep 2017 18:48: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 0228DE08DB for ; Fri, 22 Sep 2017 18:48:02 +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 DA2EF33BE4E for ; Fri, 22 Sep 2017 18:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7756A83F7 for ; Fri, 22 Sep 2017 18:48:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1506106038.f8be9a00598a80e06f534e4108c9a8a220e36210.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/f/f-0.18.2.ebuild app-emacs/f/f-0.19.0.ebuild X-VCS-Directories: app-emacs/f/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f8be9a00598a80e06f534e4108c9a8a220e36210 X-VCS-Branch: master Date: Fri, 22 Sep 2017 18:48:00 +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: ae6c18ef-6c2d-47ed-a46b-706ec1eb514d X-Archives-Hash: f0a42d8c7e0211574709a82b365aaf8d commit: f8be9a00598a80e06f534e4108c9a8a220e36210 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 22 18:43:49 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 22 18:47:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8be9a00 app-emacs/f: RESTRICT=test Closes: https://bugs.gentoo.org/631736 Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-emacs/f/f-0.18.2.ebuild | 3 ++- app-emacs/f/f-0.19.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emacs/f/f-0.18.2.ebuild b/app-emacs/f/f-0.18.2.ebuild index a3e776c61dc..c29120179b0 100644 --- a/app-emacs/f/f-0.18.2.ebuild +++ b/app-emacs/f/f-0.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND="app-emacs/dash app-emacs/s" DEPEND="${RDEPEND}" diff --git a/app-emacs/f/f-0.19.0.ebuild b/app-emacs/f/f-0.19.0.ebuild index a3e776c61dc..c29120179b0 100644 --- a/app-emacs/f/f-0.19.0.ebuild +++ b/app-emacs/f/f-0.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND="app-emacs/dash app-emacs/s" DEPEND="${RDEPEND}"