From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1C21139694 for ; Fri, 14 Apr 2017 16:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B976121C072; Fri, 14 Apr 2017 16:28:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 990E721C072 for ; Fri, 14 Apr 2017 16:28:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A5D341686 for ; Fri, 14 Apr 2017 16:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 015E67435 for ; Fri, 14 Apr 2017 16:28:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492187273.d3d87e7b56df15005c93d9e0399fbe53e810073c.mgorny@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.48.2.ebuild dev-libs/glib/glib-2.50.3-r1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d3d87e7b56df15005c93d9e0399fbe53e810073c X-VCS-Branch: master Date: Fri, 14 Apr 2017 16:28:05 +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: fcce1c76-2558-41cb-861c-cdce677b1a8f X-Archives-Hash: 8801eefbb33b25016cd876332f12fd24 commit: d3d87e7b56df15005c93d9e0399fbe53e810073c Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 21:41:12 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 14 16:27:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d87e7b dev-libs/glib: Replace eutils inherit w/ split eclasses dev-libs/glib/glib-2.48.2.ebuild | 2 +- dev-libs/glib/glib-2.50.3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/glib/glib-2.48.2.ebuild b/dev-libs/glib/glib-2.48.2.ebuild index 35abe7d120f..cf5dde29696 100644 --- a/dev-libs/glib/glib-2.48.2.ebuild +++ b/dev-libs/glib/glib-2.48.2.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) # pkg-config GNOME2_LA_PUNT="yes" -inherit autotools bash-completion-r1 eutils flag-o-matic gnome2 libtool linux-info \ +inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \ multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx DESCRIPTION="The GLib library of C routines" diff --git a/dev-libs/glib/glib-2.50.3-r1.ebuild b/dev-libs/glib/glib-2.50.3-r1.ebuild index ae9744dcdbb..711a760d6a7 100644 --- a/dev-libs/glib/glib-2.50.3-r1.ebuild +++ b/dev-libs/glib/glib-2.50.3-r1.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 ) # pkg-config GNOME2_LA_PUNT="yes" -inherit autotools bash-completion-r1 eutils flag-o-matic gnome2 libtool linux-info \ +inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool linux-info \ multilib multilib-minimal pax-utils python-r1 toolchain-funcs versionator virtualx DESCRIPTION="The GLib library of C routines"