Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/
Date: Thu, 02 Feb 2012 21:01:53
Message-Id: a483a35e54ef55b0eb92a1011badeb70ff020859.mgorny@gentoo
1 commit: a483a35e54ef55b0eb92a1011badeb70ff020859
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 21:03:27 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 21:03:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=a483a35e
7
8 sys-apps/systemd: Clean up dependencies; remove old blocker.
9
10 (Portage version: 2.2.0_alpha84_p53/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sys-apps/systemd/systemd-9999.ebuild | 23 ++++++++++-------------
14 1 files changed, 10 insertions(+), 13 deletions(-)
15
16 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
17 index b8b1a74..84a12c1 100644
18 --- a/sys-apps/systemd/systemd-9999.ebuild
19 +++ b/sys-apps/systemd/systemd-9999.ebuild
20 @@ -26,7 +26,15 @@ IUSE="acl audit cryptsetup gtk lzma pam plymouth selinux tcpd"
21 # We need to depend on sysvinit for sulogin which is used in the rescue
22 # mode. Bug #399615.
23
24 -COMMON_DEPEND=">=sys-apps/dbus-1.4.10
25 +# Vala-0.10 doesn't work with libnotify 0.7.1
26 +VALASLOT="0.14"
27 +# A little higher than upstream requires
28 +# but I had real trouble with 2.6.37 and systemd.
29 +MINKV="2.6.38"
30 +
31 +# dbus version because of systemd units
32 +# sysvinit for sulogin
33 +RDEPEND=">=sys-apps/dbus-1.4.10
34 sys-apps/sysvinit
35 >=sys-apps/util-linux-2.19
36 >=sys-fs/udev-172
37 @@ -46,18 +54,7 @@ COMMON_DEPEND=">=sys-apps/dbus-1.4.10
38 selinux? ( sys-libs/libselinux )
39 tcpd? ( sys-apps/tcp-wrappers )"
40
41 -# Vala-0.10 doesn't work with libnotify 0.7.1
42 -VALASLOT="0.14"
43 -# A little higher than upstream requires
44 -# but I had real trouble with 2.6.37 and systemd.
45 -MINKV="2.6.38"
46 -
47 -# dbus, udev versions because of systemd units
48 -# blocker on old packages to avoid collisions with above
49 -# openrc blocker to avoid udev rules starting openrc scripts
50 -RDEPEND="${COMMON_DEPEND}
51 - !<sys-apps/openrc-0.8.3"
52 -DEPEND="${COMMON_DEPEND}
53 +DEPEND="${RDEPEND}
54 app-arch/xz-utils
55 dev-util/gperf
56 dev-util/intltool