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 4B1AE158451 for ; Sun, 7 Jan 2024 11:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C6012BC0C8; Sun, 7 Jan 2024 11:38:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0F3B52BC0C8 for ; Sun, 7 Jan 2024 11:38:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 192363432A9 for ; Sun, 7 Jan 2024 11:38:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852C114B4 for ; Sun, 7 Jan 2024 11:38:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1704627461.a796ef275c7a69d8008f2d6095620e4a62a1e23e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scrcpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild app-mobilephone/scrcpy/scrcpy-2.2.ebuild app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild X-VCS-Directories: app-mobilephone/scrcpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a796ef275c7a69d8008f2d6095620e4a62a1e23e X-VCS-Branch: master Date: Sun, 7 Jan 2024 11:38:40 +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: 77470ce6-9425-4d8b-9ddc-dda7094568c3 X-Archives-Hash: 3ee2bc13fd9a8f7be0f088d83a6bf3c1 commit: a796ef275c7a69d8008f2d6095620e4a62a1e23e Author: Michał Górny gentoo org> AuthorDate: Tue Dec 26 16:35:58 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 7 11:37:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a796ef27 app-mobilephone/scrcpy: [QA] Remove invalid USE=lto USE=lto in this package only appends -flto flag. This is not a valid use of the USE flag, as lto in Gentoo is enabled via setting flags manually. Signed-off-by: Michał Górny gentoo.org> app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild | 4 +--- app-mobilephone/scrcpy/scrcpy-2.2.ebuild | 4 +--- app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild b/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild index a24a7aa758ab..6b6083dbe912 100644 --- a/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="lto" DEPEND="media-libs/libsdl2[X] media-video/ffmpeg @@ -26,7 +25,6 @@ BDEPEND="" src_configure() { local emesonargs=( - $(meson_use lto b_lto) -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}" ) meson_src_configure diff --git a/app-mobilephone/scrcpy/scrcpy-2.2.ebuild b/app-mobilephone/scrcpy/scrcpy-2.2.ebuild index 07356869aa7d..b353534c5781 100644 --- a/app-mobilephone/scrcpy/scrcpy-2.2.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="lto" DEPEND="media-libs/libsdl2[X] media-video/ffmpeg @@ -25,7 +24,6 @@ RDEPEND="${DEPEND} src_configure() { local emesonargs=( - $(meson_use lto b_lto) -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}" ) meson_src_configure diff --git a/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild b/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild index 07356869aa7d..b353534c5781 100644 --- a/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="lto" DEPEND="media-libs/libsdl2[X] media-video/ffmpeg @@ -25,7 +24,6 @@ RDEPEND="${DEPEND} src_configure() { local emesonargs=( - $(meson_use lto b_lto) -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}" ) meson_src_configure