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 99012138359 for ; Sat, 3 Oct 2020 18:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF925E081E; Sat, 3 Oct 2020 18:35:15 +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 D6CF7E081A for ; Sat, 3 Oct 2020 18:35:15 +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 07D53335D65 for ; Sat, 3 Oct 2020 18:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3B3F389 for ; Sat, 3 Oct 2020 18:35:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1601750093.462105ba29cb8b215ca9494cd5a68c83507a398e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/xcowsay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/xcowsay/xcowsay-1.5.1.ebuild games-misc/xcowsay/xcowsay-1.5.ebuild X-VCS-Directories: games-misc/xcowsay/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 462105ba29cb8b215ca9494cd5a68c83507a398e X-VCS-Branch: master Date: Sat, 3 Oct 2020 18:35:13 +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: 8da1d0fb-37a3-4733-90e9-cb29751e980e X-Archives-Hash: 945f790c2549e616a391f90bddedcee2 commit: 462105ba29cb8b215ca9494cd5a68c83507a398e Author: Conrad Kostecki gentoo org> AuthorDate: Sat Oct 3 18:33:40 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Oct 3 18:34:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462105ba games-misc/xcowsay: restrict tests Since tests need a running X, restricting them. Closes: https://bugs.gentoo.org/746266 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> games-misc/xcowsay/xcowsay-1.5.1.ebuild | 1 + games-misc/xcowsay/xcowsay-1.5.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-misc/xcowsay/xcowsay-1.5.1.ebuild b/games-misc/xcowsay/xcowsay-1.5.1.ebuild index 716cc753846..85f4dbd1c31 100644 --- a/games-misc/xcowsay/xcowsay-1.5.1.ebuild +++ b/games-misc/xcowsay/xcowsay-1.5.1.ebuild @@ -19,6 +19,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus fortune nls" +RESTRICT="test" RDEPEND=" dev-libs/glib:2 diff --git a/games-misc/xcowsay/xcowsay-1.5.ebuild b/games-misc/xcowsay/xcowsay-1.5.ebuild index c1706db5b89..139fea2aac0 100644 --- a/games-misc/xcowsay/xcowsay-1.5.ebuild +++ b/games-misc/xcowsay/xcowsay-1.5.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" IUSE="dbus fortune nls" +RESTRICT="test" RDEPEND=" dev-libs/glib:2