From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QBih6-00039p-4B for garchives@archives.gentoo.org; Mon, 18 Apr 2011 07:16:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 221261C055; Mon, 18 Apr 2011 07:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E9D3E1C055 for ; Mon, 18 Apr 2011 07:16:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6168F1B4028 for ; Mon, 18 Apr 2011 07:16:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B5C0E8006D for ; Mon, 18 Apr 2011 07:16:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <441a2d7a5337e2bde0722a085b7e0889286c1cb5.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-units/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd-units/Manifest sys-apps/systemd-units/systemd-units-0.ebuild X-VCS-Directories: sys-apps/systemd-units/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 441a2d7a5337e2bde0722a085b7e0889286c1cb5 Date: Mon, 18 Apr 2011 07:16:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 080bb2caec2823d3fb60fd763e798686 commit: 441a2d7a5337e2bde0722a085b7e0889286c1cb5 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Mon Apr 18 07:15:48 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Mon Apr 18 07:15:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D441a2d7a sys-apps/systemd-units: Add a RDEP against systemd-common. (Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, RepoMan options: --f= orce, signed Manifest commit with key 05DE07BB) --- sys-apps/systemd-units/Manifest | 8 ++++---- sys-apps/systemd-units/systemd-units-0.ebuild | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Man= ifest index 824bfa0..79ef49a 100644 --- a/sys-apps/systemd-units/Manifest +++ b/sys-apps/systemd-units/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 -EBUILD systemd-units-0.ebuild 311 RMD160 f57f2cac0426acf9c49f361111502c0= fb40a7099 SHA1 6030b1012cd7c7b58527a68d96028623191830ac SHA256 a57b68f333= d7cc44bbb300c73ac1600e20f9c9466b2e3cff33f87f7c787dae33 +EBUILD systemd-units-0.ebuild 336 RMD160 c2e37825ba56883fd33b6fd22a057c4= 2868c53c1 SHA1 c6380e44d8c41f9483276284798cb9d5bbf9e8b1 SHA256 9d35a79bff= 28bb87ae3396b630a36e1710335c255fd3c62b8493b6def4590d5b MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SH= A1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640a= cbe75500ca6067b5f565223f62fbd525bda216b972 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) =20 -iEYEARECAAYFAk2rZV4ACgkQnGSe5QXeB7sHOgCfWi+lyTt8qWNqW8Go3t9/ZHkx -JvYAn3P3NQrYUfSSMLmutp/qfVnNI0Lz -=3DpO3T +iEYEARECAAYFAk2r5SQACgkQnGSe5QXeB7sAvgCfQGACompS8qnvwOgsBfN9L3Oo +26YAn25ZQjVa9NioLFCQ20n5TTcndPSC +=3DnNIL -----END PGP SIGNATURE----- diff --git a/sys-apps/systemd-units/systemd-units-0.ebuild b/sys-apps/sys= temd-units/systemd-units-0.ebuild index 065f6bf..0f9e83c 100644 --- a/sys-apps/systemd-units/systemd-units-0.ebuild +++ b/sys-apps/systemd-units/systemd-units-0.ebuild @@ -12,5 +12,6 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 DEPEND=3D"" -RDEPEND=3D"sys-apps/systemd-dbus +RDEPEND=3D"sys-apps/systemd-common + sys-apps/systemd-dbus sys-apps/systemd-udev"