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 DC55E139B2A for ; Sun, 13 Sep 2015 22:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FBB4E07E6; Sun, 13 Sep 2015 22:52:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC55FE07E6 for ; Sun, 13 Sep 2015 22:52:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EF8934090F for ; Sun, 13 Sep 2015 22:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1C84187 for ; Sun, 13 Sep 2015 22:52:32 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1442184780.7371d8f8c55acfe44e1c754e2df182ee6dff305d.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 7371d8f8c55acfe44e1c754e2df182ee6dff305d X-VCS-Branch: master Date: Sun, 13 Sep 2015 22:52:32 +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: 6c67c3bd-8f69-4671-be2d-0a39b88f0a4f X-Archives-Hash: 087e60afd133d3091b39685356208512 commit: 7371d8f8c55acfe44e1c754e2df182ee6dff305d Author: Ole Reifschneider gentoo org> AuthorDate: Sun Sep 13 22:53:00 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Sun Sep 13 22:53:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7371d8f8 gnome-base/gnome-shell: Raise dependency on gobject-introspection Altough this is not in the configure.ac with gobject-introspection < 1.45 gnome-shell fails to start. Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 7E8B4D42 gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild b/gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild index 9c601d4..39b973d 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.17.91.ebuild @@ -27,7 +27,7 @@ COMMON_DEPEND=" >=app-crypt/gcr-3.7.5[introspection] >=dev-libs/glib-2.45.3:2[dbus] >=dev-libs/gjs-1.39 - >=dev-libs/gobject-introspection-0.10.1:= + >=dev-libs/gobject-introspection-1.45.4:= dev-libs/libical:= >=x11-libs/gtk+-3.15.0:3[introspection] >=media-libs/clutter-1.21.5:1.0[introspection]