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 CF9801384B4 for ; Mon, 4 Jan 2016 08:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01642E0869; Mon, 4 Jan 2016 08:05:44 +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 9BEE5E0869 for ; Mon, 4 Jan 2016 08:05:43 +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 561DB33BE19 for ; Mon, 4 Jan 2016 08:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11C9C6A for ; Mon, 4 Jan 2016 08:05:37 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451894727.1dd69ef94726d543e16c0988395218e042c2db03.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.46.2-r1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1dd69ef94726d543e16c0988395218e042c2db03 X-VCS-Branch: master Date: Mon, 4 Jan 2016 08:05:37 +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: 9a67ba12-1145-40ff-80e5-0de455726cec X-Archives-Hash: 8928e81e0c3dd2b50296f6da8380546a commit: 1dd69ef94726d543e16c0988395218e042c2db03 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Jan 4 08:03:46 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Jan 4 08:05:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd69ef9 dev-libs/glib: add missing creation of gio modules dir, bug #570752 Thanks to Bertrand Jacquin for reporting. Package-Manager: portage-2.2.26 dev-libs/glib/glib-2.46.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/glib/glib-2.46.2-r1.ebuild b/dev-libs/glib/glib-2.46.2-r1.ebuild index 31c7cd6..92ad2ff 100644 --- a/dev-libs/glib/glib-2.46.2-r1.ebuild +++ b/dev-libs/glib/glib-2.46.2-r1.ebuild @@ -238,6 +238,7 @@ multilib_src_test() { multilib_src_install() { gnome2_src_install completiondir="$(get_bashcompdir)" + keepdir /usr/$(get_libdir)/gio/modules } multilib_src_install_all() {