diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-23 10:41:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-23 10:41:19 +0300 |
commit | 678a56e615ae12b9f1e57846055094e695e0bf0a (patch) | |
tree | a330641340c15ead591f1d2702079706e25d6630 /sys-apps/opentmpfiles | |
parent | sys-process/cronie: amd64 stable wrt bug #671686 (diff) | |
download | gentoo-678a56e615ae12b9f1e57846055094e695e0bf0a.tar.gz gentoo-678a56e615ae12b9f1e57846055094e695e0bf0a.tar.bz2 gentoo-678a56e615ae12b9f1e57846055094e695e0bf0a.zip |
sys-apps/opentmpfiles: mark latest stable
This fast stabilization prevents our users from having
eix ownership regression in stable
Closes: https://bugs.gentoo.org/671318
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/opentmpfiles')
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild index a7f5363a4cad..6752d4912224 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + 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" fi DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files" |