mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(sys-apps/systemd): Use stable keywords for systemd 207
Mark our old 207 ebuild as stable and 210 as unstable so we can continue systemd testing in master.
This commit is contained in:
parent
b7e1c4ed13
commit
02848a9a23
@ -1,7 +1,3 @@
|
||||
sys-apps/systemd ~amd64 ~x86
|
||||
sys-apps/systemd-ui ~amd64 ~x86
|
||||
sys-apps/systemd-sysv-utils ~amd64 ~x86
|
||||
sys-apps/efunctions ~amd64 ~x86
|
||||
sys-apps/gentoo-systemd-integration ~amd64 ~x86
|
||||
|
||||
# Various dependencies that also need to be up-to-date
|
||||
|
||||
@ -12,7 +12,7 @@ SRC_URI="http://www.freedesktop.org/software/systemd/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86"
|
||||
IUSE="symlink-usr"
|
||||
|
||||
RDEPEND="!sys-apps/sysvinit
|
||||
|
||||
@ -16,7 +16,7 @@ SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86"
|
||||
IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
|
||||
+kmod lzma openrc pam policykit python qrcode selinux tcpd test
|
||||
vanilla xattr"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user