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 3352C158086 for ; Wed, 20 Oct 2021 02:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA3F1E0866; Wed, 20 Oct 2021 02:42:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE2ECE0866 for ; Wed, 20 Oct 2021 02:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EE9343974 for ; Wed, 20 Oct 2021 02:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F70195 for ; Wed, 20 Oct 2021 02:42:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634697716.c2e02631205a089e1149e1b128d042f5b1c0d5ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/copyq/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/copyq/copyq-5.0.0.ebuild X-VCS-Directories: x11-misc/copyq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2e02631205a089e1149e1b128d042f5b1c0d5ea X-VCS-Branch: master Date: Wed, 20 Oct 2021 02:42:35 +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: ed9be576-f198-4616-87cb-2eff7bfddc43 X-Archives-Hash: d4ac8ec52ed2f37c1ec8a3220498520e commit: c2e02631205a089e1149e1b128d042f5b1c0d5ea Author: Sam James gentoo org> AuthorDate: Wed Oct 20 02:41:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 20 02:41:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e02631 x11-misc/copyq: move S below SRC_URI As per skel.ebuild (and they're normally closely related). Signed-off-by: Sam James gentoo.org> x11-misc/copyq/copyq-5.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-misc/copyq/copyq-5.0.0.ebuild b/x11-misc/copyq/copyq-5.0.0.ebuild index 2125729eeef..a8356570fec 100644 --- a/x11-misc/copyq/copyq-5.0.0.ebuild +++ b/x11-misc/copyq/copyq-5.0.0.ebuild @@ -8,6 +8,7 @@ inherit cmake xdg-utils DESCRIPTION="Clipboard manager with advanced features" HOMEPAGE="https://github.com/hluk/CopyQ" SRC_URI="https://github.com/hluk/CopyQ/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/CopyQ-${PV}" LICENSE="GPL-3+" SLOT="0" @@ -36,8 +37,6 @@ BDEPEND=" dev-qt/linguist-tools:5 " -S="${WORKDIR}/CopyQ-${PV}" - src_configure() { local mycmakeargs=( -DCMAKE_BUILD_TYPE=Release