diff options
author | 2021-01-28 01:05:24 +0000 | |
---|---|---|
committer | 2021-01-28 01:05:36 +0000 | |
commit | 1939c5f9a725126acf6df2e78645e618a9837d13 (patch) | |
tree | a8f43ab2d6c208e123e783d502db469754b375f1 /sys-apps/systemd | |
parent | dev-lang/go: fix manifest (diff) | |
download | gentoo-1939c5f9a725126acf6df2e78645e618a9837d13.tar.gz gentoo-1939c5f9a725126acf6df2e78645e618a9837d13.tar.bz2 gentoo-1939c5f9a725126acf6df2e78645e618a9837d13.zip |
sys-apps/systemd: Stabilize 246.6 ppc64, #754075
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-246.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-246.6.ebuild b/sys-apps/systemd/systemd-246.6.ebuild index 081914a1233f..cd3722369112 100644 --- a/sys-apps/systemd/systemd-246.6.ebuild +++ b/sys-apps/systemd/systemd-246.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2020 Gentoo Authors +# Copyright 2011-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ else MY_P=${MY_PN}-${MY_PV} S=${WORKDIR}/${MY_P} SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86" fi PYTHON_COMPAT=( python3_{6,7,8} ) |