Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Tue, 01 Jan 2019 12:05:32
Message-Id: 1546344320.d477cfa1587500f7d2df367834506e8f265b9c7e.slyfox@gentoo
1 commit: d477cfa1587500f7d2df367834506e8f265b9c7e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 12:04:59 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 12:05:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d477cfa1
7
8 sys-apps/util-linux: stable 2.33-r1 for ia64, bug #673976
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-apps/util-linux/util-linux-2.33-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/util-linux/util-linux-2.33-r1.ebuild b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
18 index e67aad6d454..c0854d244c0 100644
19 --- a/sys-apps/util-linux/util-linux-2.33-r1.ebuild
20 +++ b/sys-apps/util-linux/util-linux-2.33-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors and others
23 +# Copyright 1999-2019 Gentoo Authors and others
24 # Copyright 2018 Sony Interactive Entertainment Inc.
25 # Distributed under the terms of the GNU General Public License v2
26
27 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
28 EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
29 else
30 [[ "${PV}" = *_rc* ]] || \
31 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
32 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
33 SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
34 fi