Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sat, 07 Apr 2018 17:12:26
Message-Id: 1523120967.c26bcc33c40e2259ae71e8f2666e29e087de420e.zmedico@gentoo
1 commit: c26bcc33c40e2259ae71e8f2666e29e087de420e
2 Author: kewl fft <kewl <AT> alto <DOT> eu <DOT> org>
3 AuthorDate: Sat Apr 7 14:21:44 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 17:09:27 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c26bcc33
7
8 etc-update: add antergos to Arch Linux derivatives
9
10 Closes: https://github.com/gentoo/portage/pull/294
11
12 bin/etc-update | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/bin/etc-update b/bin/etc-update
16 index 7cd880d7c..5a4041c07 100755
17 --- a/bin/etc-update
18 +++ b/bin/etc-update
19 @@ -36,7 +36,7 @@ OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' | cut -d'=' -f2)
20
21 case $OS_RELEASE_ID in
22 suse|opensuse) OS_FAMILY='suse' NEW_EXT='rpmnew';;
23 - arch|manjaro) OS_FAMILY='arch' NEW_EXT='pacnew';;
24 + arch|manjaro|antergos) OS_FAMILY='arch' NEW_EXT='pacnew';;
25 *) OS_FAMILY='gentoo' ;;
26 esac