diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:31:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:38:17 +0100 |
commit | 26df6dca2878b1ba75b0abf7f485d7904b1560c4 (patch) | |
tree | e4192662f4de6a26af6ad2d89909bdee5258719a /dev-python/python-systemd | |
parent | dev-python/matplotlib: Stabilize 3.4.2 arm64, #803734 (diff) | |
download | gentoo-26df6dca2878b1ba75b0abf7f485d7904b1560c4.tar.gz gentoo-26df6dca2878b1ba75b0abf7f485d7904b1560c4.tar.bz2 gentoo-26df6dca2878b1ba75b0abf7f485d7904b1560c4.zip |
dev-python/python-systemd: Stabilize 234 arm64, #804061
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/python-systemd')
-rw-r--r-- | dev-python/python-systemd/python-systemd-234.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-systemd/python-systemd-234.ebuild b/dev-python/python-systemd/python-systemd-234.ebuild index 1f798bc51f5b..104bae0e8af1 100644 --- a/dev-python/python-systemd/python-systemd-234.ebuild +++ b/dev-python/python-systemd/python-systemd-234.ebuild @@ -1,4 +1,4 @@ -# Copyright 2015-2020 Gentoo Authors +# Copyright 2015-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |