commit:     c2e02631205a089e1149e1b128d042f5b1c0d5ea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 02:41:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to