diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:41:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:12:27 +0000 |
commit | ed8b5fd3efcdea0e3008f86f097d27c94acd9d12 (patch) | |
tree | 09caf688cff7477e224eb19a5ea5039ed05146d5 /sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild | |
parent | sys-apps/openrc: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ed8b5fd3efcdea0e3008f86f097d27c94acd9d12.tar.gz gentoo-ed8b5fd3efcdea0e3008f86f097d27c94acd9d12.tar.bz2 gentoo-ed8b5fd3efcdea0e3008f86f097d27c94acd9d12.zip |
sys-apps/opentmpfiles: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild')
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild index 40ca9a593feb..1bad7f87f314 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # 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 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" fi DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files" |