diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-12-20 13:47:04 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2023-12-20 13:47:04 +0000 |
commit | eaf51a5954c7b8bdb645f06afa42b1fa0a02903a (patch) | |
tree | ecb89de16e881e18a0e5007d316ac98dc1cf9ebf | |
parent | 2023-12-20 12:46:59 UTC (diff) | |
parent | app-dicts/myspell-ca: Stabilize 3.0.8 ALLARCHES, #920375 (diff) | |
download | gentoo-eaf51a5954c7b8bdb645f06afa42b1fa0a02903a.tar.gz gentoo-eaf51a5954c7b8bdb645f06afa42b1fa0a02903a.tar.bz2 gentoo-eaf51a5954c7b8bdb645f06afa42b1fa0a02903a.zip |
Merge updates from master
-rw-r--r-- | app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild | 2 | ||||
-rw-r--r-- | eclass/git-r3.eclass | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild index 1964d143e0ec..d02fe52ec2b9 100644 --- a/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild @@ -29,7 +29,7 @@ SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${M LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" src_prepare() { default diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index a08845364296..de89fdc3a223 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -682,6 +682,8 @@ git-r3_fetch() { # and HEAD in case we need the default branch # (we keep it in refs/git-r3 since otherwise --prune interferes) "+HEAD:refs/git-r3/HEAD" + # fetch the specifc commit_ref to deal with orphan commits + "${remote_ref}" ) else # single or shallow local fetch_l fetch_r |