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 1QNL9n-0007Cm-M9 for garchives@archives.gentoo.org; Fri, 20 May 2011 08:34:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E71181C08B; Fri, 20 May 2011 08:33:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F7C11C08B for ; Fri, 20 May 2011 08:33:55 +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 1B8B31B404A for ; Fri, 20 May 2011 08:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 70C808001E for ; Fri, 20 May 2011 08:33:54 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <2cc837165588e68ecdf055fc374473ccfc769034.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/glib/glib-9999.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 2cc837165588e68ecdf055fc374473ccfc769034 Date: Fri, 20 May 2011 08:33:54 +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: 3400f0072bfb6cc81b67b287c6036521 commit: 2cc837165588e68ecdf055fc374473ccfc769034 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri May 20 08:03:24 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri May 20 08:03:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D2cc83716 dev-libs/glib: sync changes from tree --- dev-libs/glib/glib-9999.ebuild | 60 +++++++++++++++++++---------------= ----- 1 files changed, 29 insertions(+), 31 deletions(-) diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebu= ild index 510b46f..8fbfb8c 100644 --- a/dev-libs/glib/glib-9999.ebuild +++ b/dev-libs/glib/glib-9999.ebuild @@ -12,40 +12,44 @@ fi =20 DESCRIPTION=3D"The GLib library of C routines" HOMEPAGE=3D"http://www.gtk.org/" +SRC_URI=3D"${SRC_URI} + http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" # pkg= .m4 for eautoreconf =20 LICENSE=3D"LGPL-2" SLOT=3D"2" -IUSE=3D"debug doc fam +introspection selinux static-libs test xattr" +IUSE=3D"debug doc fam +introspection selinux +static-libs test xattr" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s39= 0 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" fi =20 -COMMON_DEPEND=3D"virtual/libiconv +RDEPEND=3D"virtual/libiconv sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam )" -DEPEND=3D"${COMMON_DEPEND} - >=3Ddev-util/pkgconfig-0.16 +DEPEND=3D"${RDEPEND} >=3Dsys-devel/gettext-0.11 + >=3Ddev-util/gtk-doc-am-1.13 doc? ( >=3Ddev-libs/libxslt-1.0 >=3Ddev-util/gtk-doc-1.13 ~app-text/docbook-xml-dtd-4.1.2 ) - test? ( >=3Dsys-apps/dbus-1.2.14 )" -PDEPEND=3D"introspection? ( dev-libs/gobject-introspection )" -RDEPEND=3D"${COMMON_DEPEND} + test? ( dev-util/pkgconfig + >=3Dsys-apps/dbus-1.2.14 )" +PDEPEND=3D"introspection? ( dev-libs/gobject-introspection ) !