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 D4D0C138827 for ; Sat, 3 Oct 2015 19:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F317221C0D6; Sat, 3 Oct 2015 19:02:20 +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 8D5F721C0D6 for ; Sat, 3 Oct 2015 19:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1D0F340813 for ; Sat, 3 Oct 2015 19:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98559186 for ; Sat, 3 Oct 2015 19:02:15 +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: <1443898923.329a13f9348a8a5650ecf3c89c3424e2c61a23e2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/transmission/transmission-2.84-r2.ebuild X-VCS-Directories: net-p2p/transmission/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 329a13f9348a8a5650ecf3c89c3424e2c61a23e2 X-VCS-Branch: master Date: Sat, 3 Oct 2015 19:02:15 +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: d89c0d23-faf2-45bd-8728-acf5d463b922 X-Archives-Hash: f4ddbeda3b8470f8b0df9b21d90d4c68 commit: 329a13f9348a8a5650ecf3c89c3424e2c61a23e2 Author: Mike Gilbert gentoo org> AuthorDate: Sat Oct 3 19:02:03 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Oct 3 19:02:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329a13f9 net-p2p/transmission: Depend on dev-qt/linguist-tools:5 Bug: https://bugs.gentoo.org/545784 Package-Manager: portage-2.2.22_p5 net-p2p/transmission/transmission-2.84-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/transmission/transmission-2.84-r2.ebuild b/net-p2p/transmission/transmission-2.84-r2.ebuild index 49e1f80..09d42ad 100644 --- a/net-p2p/transmission/transmission-2.84-r2.ebuild +++ b/net-p2p/transmission/transmission-2.84-r2.ebuild @@ -48,6 +48,7 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/os-headers virtual/pkgconfig + qt5? ( dev-qt/linguist-tools:5 ) xfs? ( sys-fs/xfsprogs )" REQUIRED_USE="ayatana? ( gtk ) ?? ( qt4 qt5 )"