Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ondir/
Date: Wed, 03 Jan 2018 18:31:48
Message-Id: 1515004286.8650a56f06c680555f091af9eddb652ede3659b2.zlogene@gentoo
1 commit: 8650a56f06c680555f091af9eddb652ede3659b2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 18:31:02 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 18:31:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8650a56f
7
8 app-misc/ondir: merge stable keywords (EAPI bump, no major changes)
9
10 Bug: https://bugs.gentoo.org/642166
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 app-misc/ondir/ondir-0.2.2-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/ondir/ondir-0.2.2-r2.ebuild b/app-misc/ondir/ondir-0.2.2-r2.ebuild
17 index d483901c75f..59d6874ad10 100644
18 --- a/app-misc/ondir/ondir-0.2.2-r2.ebuild
19 +++ b/app-misc/ondir/ondir-0.2.2-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
31 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
32
33 DEPEND="sys-apps/sed"
34 RDEPEND="${DEPEND}"