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 42D6D138334 for ; Sun, 28 Apr 2019 23:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF61E086F; Sun, 28 Apr 2019 23:45:45 +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 1EB31E0858 for ; Sun, 28 Apr 2019 23:45:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 83642342C08 for ; Sun, 28 Apr 2019 23:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91B965CC for ; Sun, 28 Apr 2019 23:45:41 +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: <1556495121.b13b93cf25db189ea65b043929e2d23a47b1f450.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild X-VCS-Directories: media-libs/libmygpo-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b13b93cf25db189ea65b043929e2d23a47b1f450 X-VCS-Branch: master Date: Sun, 28 Apr 2019 23:45:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ffa4e91a-1caa-41bd-9147-8944f1d6a73b X-Archives-Hash: abdd68c23b2ec249e33910e2a2e76f99 commit: b13b93cf25db189ea65b043929e2d23a47b1f450 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 28 23:14:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 23:45:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13b93cf media-libs/libmygpo-qt: EAPI-7 bump Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild index bbdf31f17c5..0074f5e52b9 100644 --- a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild +++ b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -20,12 +20,14 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="test" +BDEPEND=" + virtual/pkgconfig +" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtnetwork:5 " DEPEND="${RDEPEND} - virtual/pkgconfig test? ( dev-qt/qttest:5 ) "