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 594911396D0 for ; Fri, 22 Sep 2017 16:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF6C1FC19A; Fri, 22 Sep 2017 16:07:40 +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 8F1551FC19A for ; Fri, 22 Sep 2017 16:07:40 +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 8466933BE69 for ; Fri, 22 Sep 2017 16:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24DC383F7 for ; Fri, 22 Sep 2017 16:07:36 +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: <1506096421.e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/bbdb/bbdb-3.1.2.ebuild X-VCS-Directories: app-emacs/bbdb/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb X-VCS-Branch: master Date: Fri, 22 Sep 2017 16:07:36 +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: a1bfc1de-97a5-40c5-84df-a5634fc42ece X-Archives-Hash: e236089d60dcce47ee7820a675b0214f commit: e40ee6dcd25c3749bc1aad485a7c4e23a85e38cb Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 22 16:01:19 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 22 16:07:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40ee6dc app-emacs/bbdb: RESTRICT=test Closes: https://bugs.gentoo.org/631700 Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-emacs/bbdb/bbdb-3.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/bbdb/bbdb-3.1.2.ebuild b/app-emacs/bbdb/bbdb-3.1.2.ebuild index 6f3ff45a2ad..58c9da5277c 100644 --- a/app-emacs/bbdb/bbdb-3.1.2.ebuild +++ b/app-emacs/bbdb/bbdb-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-3+ GPL-1+ FDL-1.3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="tex vm" +RESTRICT="test" #631700 DEPEND="tex? ( virtual/tex-base ) vm? ( app-emacs/vm )"