Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/elf/
Date: Thu, 05 Apr 2018 23:55:29
Message-Id: 1522972504.8443230a7865ca3ce006023054d4313f680c9508.zmedico@gentoo
1 commit: 8443230a7865ca3ce006023054d4313f680c9508
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Apr 5 23:48:03 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 23:55:04 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8443230a
7
8 portage.util.elf.constants: Update URL for elfutils header.
9
10 fedorahosted.org was retired on 2017-03-01.
11
12 pym/portage/util/elf/constants.py | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/pym/portage/util/elf/constants.py b/pym/portage/util/elf/constants.py
16 index 4761cf427..2704e85c3 100644
17 --- a/pym/portage/util/elf/constants.py
18 +++ b/pym/portage/util/elf/constants.py
19 @@ -1,8 +1,8 @@
20 -# Copyright 2015 Gentoo Foundation
21 +# Copyright 2015-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 #
24 # These constants are available from elfutils:
25 -# https://git.fedorahosted.org/cgit/elfutils.git/tree/libelf/elf.h
26 +# https://sourceware.org/git/?p=elfutils.git;a=blob;f=libelf/elf.h;hb=HEAD
27
28 EI_CLASS = 4
29 ELFCLASS32 = 1