diff options
-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 |