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 1R6gcm-00079t-8J for garchives@archives.gentoo.org; Thu, 22 Sep 2011 10:35:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFA2521C091; Thu, 22 Sep 2011 10:35:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A512D21C02A for ; Thu, 22 Sep 2011 10:35:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FA4B1B401C for ; Thu, 22 Sep 2011 10:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4D80180048 for ; Thu, 22 Sep 2011 10:35:14 +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: Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e516368bbf02ebf4c35a9b532775e07e17d41a92 Date: Thu, 22 Sep 2011 10:35:14 +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: 8f5c9f88c4b2bf61c2d9ad8a0c78f2f5 commit: e516368bbf02ebf4c35a9b532775e07e17d41a92 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Sep 22 10:37:19 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Sep 22 10:37:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3De516368b sys-apps/systemd: Fix invalid library symlinks. (Portage version: 2.2.0_alpha59_p8/git/Linux x86_64, unsigned Manifest co= mmit) --- sys-apps/systemd/systemd-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/syst= emd-9999.ebuild index 414d6ce..36f82db 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -84,7 +84,7 @@ src_configure() { local myeconfargs=3D( --with-distro=3Dgentoo --with-rootdir=3D - --with-rootlibdir=3D$(get_libdir) + --with-rootlibdir=3D/$(get_libdir) --localstatedir=3D/var --docdir=3D/tmp/docs $(use_enable acl)