From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA20C1388C1 for ; Thu, 10 Dec 2015 21:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C388E086B; Thu, 10 Dec 2015 21:48:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6B6DE086A for ; Thu, 10 Dec 2015 21:48:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 681F23408CB for ; Thu, 10 Dec 2015 21:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CA55AF3 for ; Thu, 10 Dec 2015 21:48:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1449784069.7a4ebf63278384554c65af23d64aa68ff8c91fd0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/kvirc/kvirc-9999.ebuild X-VCS-Directories: net-irc/kvirc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7a4ebf63278384554c65af23d64aa68ff8c91fd0 X-VCS-Branch: master Date: Thu, 10 Dec 2015 21:48:09 +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: 984cb036-3527-4d67-9d17-37fc67c41a4c X-Archives-Hash: c35d25e86433735159e1bf727c7c451d commit: 7a4ebf63278384554c65af23d64aa68ff8c91fd0 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Dec 10 21:39:37 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Dec 10 21:47:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4ebf63 net-irc/kvirc: Drop no longer needed "theora? ( dcc_video )" requirement from REQUIRED_USE. net-irc/kvirc/kvirc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 8d9f59f..89c085b 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -57,7 +57,7 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" RDEPEND="${RDEPEND} gsm? ( media-sound/gsm )" -REQUIRED_USE="audiofile? ( oss ) theora? ( dcc_video )" +REQUIRED_USE="audiofile? ( oss )" DOCS=(ChangeLog doc/FAQ)