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 71A37158043 for ; Thu, 18 Apr 2024 07:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1494E29EC; Thu, 18 Apr 2024 07:57:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B62E29EC for ; Thu, 18 Apr 2024 07:57:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF62734349A for ; Thu, 18 Apr 2024 07:57:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21FEC1587 for ; Thu, 18 Apr 2024 07:57:23 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1713426934.7ffa2637b6c8a0abba2299113e9ec5cf2f7da31b.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/ X-VCS-Repository: repo/user/dlang X-VCS-Files: net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild net-misc/onedrivegui/onedrivegui-1.0.3.ebuild net-misc/onedrivegui/onedrivegui-9999.ebuild X-VCS-Directories: net-misc/onedrivegui/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 7ffa2637b6c8a0abba2299113e9ec5cf2f7da31b X-VCS-Branch: master Date: Thu, 18 Apr 2024 07:57:23 +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: 3bcde72b-a1ad-44d6-8746-ebb7cb5dde74 X-Archives-Hash: 571e134f964e3e382490012b154a2d0a commit: 7ffa2637b6c8a0abba2299113e9ec5cf2f7da31b Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Apr 18 07:55:34 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Thu Apr 18 07:55:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=7ffa2637 net-misc/onedrivegui: drop 1.0.3, add 1.0.3-r1 * add missing useflags to pyside6 DEPEND Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../{onedrivegui-1.0.3.ebuild => onedrivegui-1.0.3-r1.ebuild} | 2 +- net-misc/onedrivegui/onedrivegui-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild similarity index 94% rename from net-misc/onedrivegui/onedrivegui-1.0.3.ebuild rename to net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild index 9e13b33..2e6f9d7 100644 --- a/net-misc/onedrivegui/onedrivegui-1.0.3.ebuild +++ b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bpozdena/OneDriveGUI" RDEPEND="net-misc/onedrive dev-python/requests - dev-python/pyside6[webengine(+)] + dev-python/pyside6[gui(+),webengine(+),widgets(+)] " LICENSE="GPL-3" diff --git a/net-misc/onedrivegui/onedrivegui-9999.ebuild b/net-misc/onedrivegui/onedrivegui-9999.ebuild index 92da3df..9fb5d05 100644 --- a/net-misc/onedrivegui/onedrivegui-9999.ebuild +++ b/net-misc/onedrivegui/onedrivegui-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bpozdena/OneDriveGUI" DEPEND="net-misc/onedrive dev-python/requests - dev-python/pyside6[webengine(+)] + dev-python/pyside6[gui(+),webengine(+),widgets(+)] " LICENSE="GPL-3"