From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1490621-garchives=archives.gentoo.org@lists.gentoo.org> 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 3E804158030 for <garchives@archives.gentoo.org>; Sun, 26 Feb 2023 15:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80E73E07AE; Sun, 26 Feb 2023 15:34:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60712E07AE for <gentoo-commits@lists.gentoo.org>; Sun, 26 Feb 2023 15:34:33 +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 43D9D33BF55 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Feb 2023 15:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A93FA8BB for <gentoo-commits@lists.gentoo.org>; Sun, 26 Feb 2023 15:34:29 +0000 (UTC) From: "Aisha Tammy" <gentoo@aisha.cc> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc> Message-ID: <1677425664.56e4479ae4a293a7338291eea936e8dcc374e509.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild gui-apps/wlr-randr/wlr-randr-9999.ebuild X-VCS-Directories: gui-apps/wlr-randr/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 56e4479ae4a293a7338291eea936e8dcc374e509 X-VCS-Branch: dev Date: Sun, 26 Feb 2023 15:34:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2caf7d34-0b3b-4bc5-9ca2-ffcb4d429d60 X-Archives-Hash: a20a88846740298731bc30c4e94ad428 commit: 56e4479ae4a293a7338291eea936e8dcc374e509 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Feb 26 15:33:38 2023 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Sun Feb 26 15:34:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56e4479a gui-apps/wlr-randr: fix source folder Closes: https://bugs.gentoo.org/897768 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild | 1 + gui-apps/wlr-randr/wlr-randr-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild index d1a7f4f9f..5a0080833 100644 --- a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild +++ b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr" else SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" KEYWORDS="~amd64" fi diff --git a/gui-apps/wlr-randr/wlr-randr-9999.ebuild b/gui-apps/wlr-randr/wlr-randr-9999.ebuild index d1a7f4f9f..5a0080833 100644 --- a/gui-apps/wlr-randr/wlr-randr-9999.ebuild +++ b/gui-apps/wlr-randr/wlr-randr-9999.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.sr.ht/~emersion/wlr-randr" else SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" KEYWORDS="~amd64" fi