[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2016-04-24 23:59 UTC

2016-04-24 Thread Robin H. Johnson
/qtplugininfo 20160424-19:24 pesa d3dd39b dev-qt/qtwebengine 20160423-16:57 kensington 421e934 kde-apps/kaccounts-providers20160421-13:39 johu 5e10890 kde-apps/ktp-accounts-kcm 20160421-13:39 johu 5e10890 kde-apps/ktp-approver

[gentoo-dev] Congratulations for getting selected as GSoC 2016 student.

2016-04-24 Thread Nitin Agarwal
Hi Pallav, Congratulations and Welcome to the Gentoo Community! You're are now officially accepted as one of the prospective students for Google Summer of Code 2016 Program with the Gentoo Organization to work on the project "Continuous Stabilization" of Gentoo Packages. Please note the below me

Re: [gentoo-dev][PATCH v2 1/2] eclass/libtool: fix unable read SONAME for ppc64le #580792

2016-04-24 Thread Leno Hou
On Sat, Apr 23, 2016 at 2:16 PM, Mike Frysinger wrote: > On 22 Apr 2016 03:44, Leno Hou wrote: > > 2) The problem is due to the wrong $LD="ld -m elf64ppc" when link. > > This patch sets $LD="ld -m elf64lppc" in m4/libtool.m4 on ppc64le. > > i'm looking at the upstream libtool project and i'm n