commit: d11f7633a3d37ddc58d9702ec581511d52edd931
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 17:30:39 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 22 17:30:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f7633
sys-apps/systemd-233-r1: add alpha keyword
Gentoo-Bug: 595476
sys-apps/systemd/systemd-233-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/systemd/systemd-233-r1.ebuild
b/sys-apps/systemd/systemd-233-r1.ebuild
index c307e925041..45477c8f22b 100644
--- a/sys-apps/systemd/systemd-233-r1.ebuild
+++ b/sys-apps/systemd/systemd-233-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz ->
${P}.tar.gz
!doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+ KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
fi
PYTHON_COMPAT=( python{3_4,3_5,3_6} )