diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-01 11:14:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-01 11:34:43 +0100 |
commit | 6bba9e75c21c0dd46b8e04f13d63fbc966eb0d8d (patch) | |
tree | 69ec292c8f3af3db3354f309a1048514490332d7 /sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | |
parent | sys-devel/kgcc64: bump all ebuilds to EAPI=5 (diff) | |
download | gentoo-6bba9e75c21c0dd46b8e04f13d63fbc966eb0d8d.tar.gz gentoo-6bba9e75c21c0dd46b8e04f13d63fbc966eb0d8d.tar.bz2 gentoo-6bba9e75c21c0dd46b8e04f13d63fbc966eb0d8d.zip |
sys-apps/opentmpfiles: Keyword ~amd64-fbsd ~x86-fbsd, tested by nigoro
Diffstat (limited to 'sys-apps/opentmpfiles/opentmpfiles-9999.ebuild')
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild index c96bac4a3db0..1577a7364fc9 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then else SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files" |