Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/
Date: Tue, 21 Aug 2012 16:24:34
Message-Id: 1345566215.ccd3d3050e64d0377a01843f94ef67da2ea6b665.vapier@gentoo
1 commit: ccd3d3050e64d0377a01843f94ef67da2ea6b665
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 21 16:23:35 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 21 16:23:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=ccd3d305
7
8 make.conf: do no set LIBDIR anymore
9
10 The main crossdev process handles multilib for us now.
11
12 URL: https://bugs.gentoo.org/432084
13 Reported-by: Dennis Schridde <devurandom <AT> gmx.net>
14 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
15
16 ---
17 wrappers/etc/portage/make.conf | 3 ---
18 1 files changed, 0 insertions(+), 3 deletions(-)
19
20 diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf
21 index 82106e5..82e489b 100644
22 --- a/wrappers/etc/portage/make.conf
23 +++ b/wrappers/etc/portage/make.conf
24 @@ -26,6 +26,3 @@ ELIBC="__LIBC__"
25
26 PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"
27 #PORTDIR_OVERLAY="/usr/portage/local/"
28 -
29 -LIBDIR___ARCH__="lib"
30 -LIBDIR_amd64=lib64