From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:master commit in: /, libs/
Date: Thu, 26 Aug 2021 13:59:15 +0000 (UTC) [thread overview]
Message-ID: <1629807188.a49477f39d3f000cc2ca57f18aafbd66656aba05.ulm@gentoo> (raw)
commit: a49477f39d3f000cc2ca57f18aafbd66656aba05
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 12:13:08 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 12:13:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=a49477f3
Recognise loongarch*/loong in package-manager lib
* libs/package-manager.bash.in (arch): Recognise loongarch*/loong.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
ChangeLog | 4 ++++
libs/package-manager.bash.in | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index dfdfe47..f2ea0b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-08-24 Ulrich Müller <ulm@gentoo.org>
+
+ * libs/package-manager.bash.in (arch): Recognise loongarch*/loong.
+
2021-02-17 Ulrich Müller <ulm@gentoo.org>
* modules/news.eselect (do_list): Recognise "new" and "all"
diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index 35a1e11..c32fcb4 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -1,5 +1,5 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright (c) 2005-2020 Gentoo Authors
+# Copyright (c) 2005-2021 Gentoo Authors
#
# This file is part of the 'eselect' tools framework.
#
@@ -76,6 +76,7 @@ arch() {
hppa*) ret=hppa ;;
i?86) ret=x86 ;;
ia64*) ret=ia64 ;;
+ loongarch*) ret=loong ;;
m68k*) ret=m68k ;;
mips*) ret=mips ;;
nios2) ret=nios2 ;;
next reply other threads:[~2021-08-26 13:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-26 13:59 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-14 16:55 [gentoo-commits] proj/eselect:master commit in: /, libs/ Ulrich Müller
2019-02-13 20:51 Ulrich Müller
2018-01-23 12:52 Ulrich Müller
2016-11-01 6:29 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1629807188.a49477f39d3f000cc2ca57f18aafbd66656aba05.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox