Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opentmpfiles/
Date: Fri, 23 Nov 2018 07:41:52
Message-Id: 1542958879.678a56e615ae12b9f1e57846055094e695e0bf0a.zlogene@gentoo
1 commit: 678a56e615ae12b9f1e57846055094e695e0bf0a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 07:41:19 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 07:41:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678a56e6
7
8 sys-apps/opentmpfiles: mark latest stable
9
10 This fast stabilization prevents our users from having
11 eix ownership regression in stable
12
13 Closes: https://bugs.gentoo.org/671318
14 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16
17 sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild
21 index a7f5363a4ca..6752d491222 100644
22 --- a/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild
23 +++ b/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then
31 else
32 SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
33 ${P}.tar.gz"
34 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
35 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
36 fi
37
38 DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"