Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opentmpfiles/
Date: Mon, 01 Jan 2018 10:35:01
Message-Id: 1514802883.6bba9e75c21c0dd46b8e04f13d63fbc966eb0d8d.mgorny@gentoo
1 commit: 6bba9e75c21c0dd46b8e04f13d63fbc966eb0d8d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 10:14:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 10:34:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bba9e75
7
8 sys-apps/opentmpfiles: Keyword ~amd64-fbsd ~x86-fbsd, tested by nigoro
9
10 sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild | 4 ++--
11 sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild
15 index bb0ba622719..6542ddfd45d 100644
16 --- a/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild
17 +++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
25 else
26 SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
27 ${P}.tar.gz"
28 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
29 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
30 fi
31
32 DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"
33
34 diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
35 index c96bac4a3db..1577a7364fc 100644
36 --- a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
37 +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
45 else
46 SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
47 ${P}.tar.gz"
48 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
49 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
50 fi
51
52 DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"