Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sat, 08 Dec 2018 18:03:31
Message-Id: 1544292190.39bff4d8ecf2590b647d7aef196b7f22d57b85c6.dilfridge@gentoo
1 commit: 39bff4d8ecf2590b647d7aef196b7f22d57b85c6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 17:54:03 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 18:03:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bff4d8
7
8 sys-devel/binutils: rekeyword
9
10 Closes: https://bugs.gentoo.org/672398
11 Bug: https://bugs.gentoo.org/623566
12 Closes: https://bugs.gentoo.org/672126
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
15
16 sys-devel/binutils/binutils-2.31.1-r2.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/sys-devel/binutils/binutils-2.31.1-r2.ebuild b/sys-devel/binutils/binutils-2.31.1-r2.ebuild
20 index 351a427d7dc..e912ce32036 100644
21 --- a/sys-devel/binutils/binutils-2.31.1-r2.ebuild
22 +++ b/sys-devel/binutils/binutils-2.31.1-r2.ebuild
23 @@ -42,8 +42,7 @@ case ${PV} in
24 *)
25 SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
26 SLOT=$(get_version_component_range 1-2)
27 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
28 - KEYWORDS=""
29 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
30 ;;
31 esac