Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
Date: Fri, 10 May 2019 11:30:51
Message-Id: 1557487786.a33b420c24658676d9a47fb62252281a2e3c94f6.grobian@gentoo
1 commit: a33b420c24658676d9a47fb62252281a2e3c94f6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 11:29:46 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 11:29:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33b420c
7
8 app-portage/portage-utils: remove s390 keyword from 0.62 as 0.74 has it now
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-portage/portage-utils/portage-utils-0.62.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/portage-utils/portage-utils-0.62.ebuild b/app-portage/portage-utils/portage-utils-0.62.ebuild
17 index 2ec9b75f23c..28eb664c0b5 100644
18 --- a/app-portage/portage-utils/portage-utils-0.62.ebuild
19 +++ b/app-portage/portage-utils/portage-utils-0.62.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="4"
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="m68k s390"
31 +KEYWORDS="m68k"
32 IUSE="nls static"
33
34 RDEPEND="dev-libs/iniparser:0"