commit:     149a5a329e4794068cd3f61d3379554bf644eac6
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Tue May  7 18:25:00 2024 +0000
Commit:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
CommitDate: Tue May  7 18:25:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=149a5a32

media-gfx/silicon: fix pkgcheck lint

Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>

 media-gfx/silicon/silicon-0.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/silicon/silicon-0.5.2.ebuild 
b/media-gfx/silicon/silicon-0.5.2.ebuild
index 072382812a..8a4540663d 100644
--- a/media-gfx/silicon/silicon-0.5.2.ebuild
+++ b/media-gfx/silicon/silicon-0.5.2.ebuild
@@ -202,11 +202,11 @@ HOMEPAGE="https://github.com/Aloxaf/silicon";
 SRC_URI="https://github.com/Aloxaf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SRC_URI+=" ${CARGO_CRATE_URIS}"
 
-# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
-RESTRICT="mirror"
 LICENSE="Apache-2.0 Boost-1.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
+RESTRICT="mirror"
 PATCHES=( "${FILESDIR}/silicon-0.5.2-remove-pathfinder_simd-patch.patch" )
 
 BDEPEND="

Reply via email to