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 C6D42139694 for ; Tue, 21 Feb 2017 19:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ACE721C1D9; Tue, 21 Feb 2017 19:08:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAC3621C1D9 for ; Tue, 21 Feb 2017 19:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E67E233BE32 for ; Tue, 21 Feb 2017 19:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CB7D4FD3 for ; Tue, 21 Feb 2017 19:08:07 +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: <1487704085.d3e457c3e6a62d35ca2f0fbc091a8648eb5e778c.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-5.0_pre20170202154736.ebuild 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: d3e457c3e6a62d35ca2f0fbc091a8648eb5e778c X-VCS-Branch: master Date: Tue, 21 Feb 2017 19:08:07 +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: 800fe03d-898e-4741-bb5f-1a95deae068b X-Archives-Hash: 43e0dc3df7fead1ae1240f6630812fe1 commit: d3e457c3e6a62d35ca2f0fbc091a8648eb5e778c Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Feb 21 18:43:06 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Feb 21 19:08:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e457c3 net-irc/kvirc: Fix dependencies (bug #608842). net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild | 4 ++-- net-irc/kvirc/kvirc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild b/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild index d5c15343cb..71784f92dc 100644 --- a/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild +++ b/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild @@ -33,6 +33,7 @@ LICENSE="kvirc" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" +REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -45,6 +46,7 @@ RDEPEND="dev-qt/qtcore:5 dev-qt/qtxml:5 sys-libs/zlib:0= x11-libs/libX11 + x11-libs/libXScrnSaver audiofile? ( media-libs/audiofile ) dbus? ( dev-qt/qtdbus:5 ) dcc_video? ( dev-qt/qtmultimedia:5[widgets] ) @@ -69,13 +71,11 @@ RDEPEND="dev-qt/qtcore:5 webkit? ( dev-qt/qtwebkit:5 )" DEPEND="${RDEPEND} virtual/pkgconfig - x11-proto/scrnsaverproto doc? ( app-doc/doxygen ) kde? ( kde-frameworks/extra-cmake-modules:5 ) nls? ( sys-devel/gettext )" RDEPEND="${RDEPEND} gsm? ( media-sound/gsm )" -REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" DOCS=(ChangeLog doc/FAQ) diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 0ee171940d..7e43e89612 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -33,6 +33,7 @@ LICENSE="kvirc" SLOT="0" KEYWORDS="" IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" +REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -45,6 +46,7 @@ RDEPEND="dev-qt/qtcore:5 dev-qt/qtxml:5 sys-libs/zlib:0= x11-libs/libX11 + x11-libs/libXScrnSaver audiofile? ( media-libs/audiofile ) dbus? ( dev-qt/qtdbus:5 ) dcc_video? ( dev-qt/qtmultimedia:5[widgets] ) @@ -69,13 +71,11 @@ RDEPEND="dev-qt/qtcore:5 webkit? ( dev-qt/qtwebkit:5 )" DEPEND="${RDEPEND} virtual/pkgconfig - x11-proto/scrnsaverproto doc? ( app-doc/doxygen ) kde? ( kde-frameworks/extra-cmake-modules:5 ) nls? ( sys-devel/gettext )" RDEPEND="${RDEPEND} gsm? ( media-sound/gsm )" -REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" DOCS=(ChangeLog doc/FAQ)