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 1QshWu-0001J0-4O for garchives@archives.gentoo.org; Sun, 14 Aug 2011 20:43:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9642821C26A; Sun, 14 Aug 2011 20:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52ACA21C26A for ; Sun, 14 Aug 2011 20:43:19 +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 A598C1B4069 for ; Sun, 14 Aug 2011 20:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AD92D8004F for ; Sun, 14 Aug 2011 20:43:17 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/glib/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/glib/glib-2.29.14.ebuild dev-libs/glib/glib-9999.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: d7ac54f16acefd844d695536d14526eed0d73c2f Date: Sun, 14 Aug 2011 20:43:17 +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: 211fdac8128f1fee2abed6af844bcaca commit: d7ac54f16acefd844d695536d14526eed0d73c2f Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Aug 14 20:42:23 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Aug 14 20:42:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dd7ac54f1 dev-libs/glib: sync with gx86 for bug 379115 Also, update python dependency for live version. --- dev-libs/glib/glib-2.29.14.ebuild | 5 +++-- dev-libs/glib/glib-9999.ebuild | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-libs/glib/glib-2.29.14.ebuild b/dev-libs/glib/glib-2.29.= 14.ebuild index fdb4539..943c006 100644 --- a/dev-libs/glib/glib-2.29.14.ebuild +++ b/dev-libs/glib/glib-2.29.14.ebuild @@ -168,8 +168,9 @@ src_install() { done rm -rf "${ED}/etc" =20 - # Redudant with pkg-config files in place - use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + + # Completely useless with or without USE static-libs, people need to us= e + # pkg-config + find "${ED}" -name '*.la' -exec rm -f {} + } =20 src_test() { diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebu= ild index fdb4539..e169966 100644 --- a/dev-libs/glib/glib-9999.ebuild +++ b/dev-libs/glib/glib-9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D"3" GNOME_TARBALL_SUFFIX=3D"xz" -PYTHON_DEPEND=3D"2" +PYTHON_DEPEND=3D"2:2.5" =20 inherit autotools gnome.org libtool eutils flag-o-matic multilib pax-uti= ls python virtualx if [[ ${PV} =3D 9999 ]]; then @@ -168,8 +168,9 @@ src_install() { done rm -rf "${ED}/etc" =20 - # Redudant with pkg-config files in place - use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + + # Completely useless with or without USE static-libs, people need to us= e + # pkg-config + find "${ED}" -name '*.la' -exec rm -f {} + } =20 src_test() {