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 9317D138350 for ; Wed, 26 Feb 2020 08:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C07BAE08D0; Wed, 26 Feb 2020 08:45:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EB8AE08D0 for ; Wed, 26 Feb 2020 08:45:34 +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 5AF3334EEC0 for ; Wed, 26 Feb 2020 08:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02AB10A for ; Wed, 26 Feb 2020 08:45:31 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1582706726.8afbe2241834d4ece61ef2864fb496dc13fbddbe.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gom/gom-0.4.ebuild X-VCS-Directories: dev-libs/gom/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8afbe2241834d4ece61ef2864fb496dc13fbddbe X-VCS-Branch: master Date: Wed, 26 Feb 2020 08:45:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4b70bfb-50f4-4efe-810b-0e01a5d9b140 X-Archives-Hash: 7c309b9764c43303514977d686e4b67a commit: 8afbe2241834d4ece61ef2864fb496dc13fbddbe Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 26 08:45:26 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 26 08:45:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afbe224 dev-libs/gom: drop inherit of unused gnome2-utils.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/gom/gom-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gom/gom-0.4.ebuild b/dev-libs/gom/gom-0.4.ebuild index 60a8415a5c2..39a0e11e94d 100644 --- a/dev-libs/gom/gom-0.4.ebuild +++ b/dev-libs/gom/gom-0.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 GCONF_DEBUG="yes" PYTHON_COMPAT=( python3_{6,7,8} ) -inherit gnome.org gnome2-utils meson python-r1 +inherit gnome.org meson python-r1 DESCRIPTION="GObject to SQLite object mapper library" HOMEPAGE="https://wiki.gnome.org/Projects/Gom"