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 CE46B138334 for ; Mon, 3 Sep 2018 18:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDE51E08DB; Mon, 3 Sep 2018 18:57:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 939F7E08DB for ; Mon, 3 Sep 2018 18:57:57 +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 575CC335C2B for ; Mon, 3 Sep 2018 18:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46FD238A for ; Mon, 3 Sep 2018 18:57:53 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1536001025.37edf4f0336cfb799eb12410b8e45bd8825cbd87.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/timidity++/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/timidity++/timidity++-2.14.0-r3.ebuild X-VCS-Directories: media-sound/timidity++/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37edf4f0336cfb799eb12410b8e45bd8825cbd87 X-VCS-Branch: master Date: Mon, 3 Sep 2018 18:57:53 +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: b97c55c6-ae4d-4dda-a52b-e69017141cec X-Archives-Hash: 5ef088e85d1c1b8b9aa14a6e704b8f83 commit: 37edf4f0336cfb799eb12410b8e45bd8825cbd87 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 3 18:53:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 3 18:57:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37edf4f0 media-sound/timidity++: USE=tk depends on X Closes: https://bugs.gentoo.org/557072 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/timidity++/timidity++-2.14.0-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild index b743418df1e..5565b49da38 100644 --- a/media-sound/timidity++/timidity++-2.14.0-r3.ebuild +++ b/media-sound/timidity++/timidity++-2.14.0-r3.ebuild @@ -18,6 +18,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd" IUSE="motif oss nas X gtk vorbis tk slang alsa jack emacs ao selinux speex flac ncurses" +REQUIRED_USE="tk? ( X )" + DEPEND=" alsa? ( media-libs/alsa-lib ) ao? ( >=media-libs/libao-0.8.5 )