From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE724138010 for ; Wed, 5 Sep 2012 15:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F9921C046; Wed, 5 Sep 2012 15:49:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2220821C046 for ; Wed, 5 Sep 2012 15:49:02 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79DC733D7A3 for ; Wed, 5 Sep 2012 15:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9E278E5445 for ; Wed, 5 Sep 2012 15:48:59 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1346860102.feae927f8203f9f5b11a35d6e4bc3319f48e3fd7.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-1.33.10.ebuild dev-libs/gjs/gjs-1.33.9.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: feae927f8203f9f5b11a35d6e4bc3319f48e3fd7 X-VCS-Branch: master Date: Wed, 5 Sep 2012 15:48:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e73c81f9-d722-4380-b452-cefab106af4a X-Archives-Hash: 90318c0d5f99217545552e4911a5d84a commit: feae927f8203f9f5b11a35d6e4bc3319f48e3fd7 Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Sep 4 22:42:52 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Sep 5 15:48:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=feae927f dev-libs/gjs: 1.33.9 → 1.33.10 --- .../gjs/{gjs-1.33.9.ebuild => gjs-1.33.10.ebuild} | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/gjs/gjs-1.33.9.ebuild b/dev-libs/gjs/gjs-1.33.10.ebuild similarity index 95% rename from dev-libs/gjs/gjs-1.33.9.ebuild rename to dev-libs/gjs/gjs-1.33.10.ebuild index 767438d..2c0e6cd 100644 --- a/dev-libs/gjs/gjs-1.33.9.ebuild +++ b/dev-libs/gjs/gjs-1.33.10.ebuild @@ -25,7 +25,7 @@ else fi RDEPEND=">=dev-libs/glib-2.32:2 - >=dev-libs/gobject-introspection-1.33.2 + >=dev-libs/gobject-introspection-1.33.10 dev-libs/dbus-glib sys-libs/readline @@ -45,8 +45,7 @@ pkg_setup() { --disable-systemtap --disable-dtrace --disable-coverage - $(use_enable test tests) - " + $(use_enable test tests)" python_set_active_version 2 python_pkg_setup }