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 2D1A51382C5 for ; Wed, 11 Apr 2018 23:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1752BE0955; Wed, 11 Apr 2018 23:10:52 +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 E8A02E0955 for ; Wed, 11 Apr 2018 23:10:51 +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 EF9D1335C74 for ; Wed, 11 Apr 2018 23:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B95287 for ; Wed, 11 Apr 2018 23:10:48 +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: <1523480458.b449bb7f7d76ead55fc6a98a53c0e1317a5a09a2.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild X-VCS-Directories: dev-libs/libsystemd-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b449bb7f7d76ead55fc6a98a53c0e1317a5a09a2 X-VCS-Branch: master Date: Wed, 11 Apr 2018 23:10:48 +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: e6d38517-2d00-4ab6-8248-5a473ac27ecf X-Archives-Hash: 40b6dd0d604a8fedc76a485868cf8cea commit: b449bb7f7d76ead55fc6a98a53c0e1317a5a09a2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 11 21:00:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 11 21:00:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b449bb7f dev-libs/libsystemd-qt: Add missing DEPEND Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild index a9d391e6..e3e97a63 100644 --- a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild +++ b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild @@ -25,6 +25,7 @@ IUSE="debug test" RDEPEND=" ${SYSTEMD_VERSION} dev-qt/qtcore:5 + dev-qt/qtdbus:5 " DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 )