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:
Michael Marineau 2014-03-04 12:55:54 -08:00
parent b7e1c4ed13
commit 02848a9a23
3 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"