From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1020176-garchives=archives.gentoo.org@lists.gentoo.org>
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 D72DB1382C5
	for <garchives@archives.gentoo.org>; Wed, 25 Apr 2018 18:11:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0E3FAE09B1;
	Wed, 25 Apr 2018 18:11:33 +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 DCCB2E09B1
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Apr 2018 18:11:32 +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 6858B335C2E
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Apr 2018 18:11:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A7071287
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Apr 2018 18:11:29 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1524679879.9b967f089f9d705a1418095f92d0df9531a2eaca.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/clementine/clementine-1.3.1_p20180416.ebuild
X-VCS-Directories: media-sound/clementine/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 9b967f089f9d705a1418095f92d0df9531a2eaca
X-VCS-Branch: master
Date: Wed, 25 Apr 2018 18:11:29 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9e0675a4-d9be-4b07-80f3-e15525000c79
X-Archives-Hash: 041bca8412a9a2807cb350f82e1dfb96

commit:     9b967f089f9d705a1418095f92d0df9531a2eaca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 18:11:19 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 18:11:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b967f08

media-sound/clementine: RESTRICT=test

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild
index 81d0d2e5395..9acc6f220a0 100644
--- a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild
+++ b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild
@@ -98,6 +98,8 @@ DEPEND="${COMMON_DEPEND}
 	)
 "
 
+RESTRICT="test"
+
 S="${WORKDIR}/${PN^}-${COMMIT}"
 
 DOCS=( Changelog README.md )