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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3972158087 for ; Sun, 31 Oct 2021 06:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5616E0ABF; Sun, 31 Oct 2021 06:37:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABE08E0ABF for ; Sun, 31 Oct 2021 06:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3CE534369E for ; Sun, 31 Oct 2021 06:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3930B18E for ; Sun, 31 Oct 2021 06:37:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1635662166.129e57fe7ac9e10d850ce62ce9e61b646ea441ac.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/seafile-client/seafile-client-8.0.4.ebuild X-VCS-Directories: net-misc/seafile-client/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 129e57fe7ac9e10d850ce62ce9e61b646ea441ac X-VCS-Branch: master Date: Sun, 31 Oct 2021 06:37:47 +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: 2054abcc-00c5-4581-b402-d9326f7fb3b1 X-Archives-Hash: d7a9a7c1813039783aec08e4b9ef7ced commit: 129e57fe7ac9e10d850ce62ce9e61b646ea441ac Author: Joonas Niilola gentoo org> AuthorDate: Sun Oct 31 06:36:06 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 31 06:36:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129e57fe net-misc/seafile-client: update EAPI 7 -> 8, adjust deps on 8.0.4 Signed-off-by: Joonas Niilola gentoo.org> net-misc/seafile-client/seafile-client-8.0.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/seafile-client/seafile-client-8.0.4.ebuild b/net-misc/seafile-client/seafile-client-8.0.4.ebuild index 12f602e55a6..243dcf911e7 100644 --- a/net-misc/seafile-client/seafile-client-8.0.4.ebuild +++ b/net-misc/seafile-client/seafile-client-8.0.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 RELEASE_COMMIT="7317fb425226961708c6dccf5c0607ba2a177797" @@ -20,7 +20,6 @@ RESTRICT="!test? ( test )" RDEPEND="dev-db/sqlite:3 dev-libs/glib:2 dev-libs/jansson:= - dev-libs/libevent:= dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -29,8 +28,9 @@ RDEPEND="dev-db/sqlite:3 dev-qt/qtwidgets:5 net-libs/libsearpc ~net-misc/seafile-${PV} - shibboleth? ( dev-qt/qtwebengine:5[widgets] ) - sys-libs/zlib" + sys-libs/zlib + virtual/opengl + shibboleth? ( dev-qt/qtwebengine:5[widgets] )" DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 )" BDEPEND="dev-qt/linguist-tools:5"