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 1F4AD13933E for ; Thu, 8 Jul 2021 17:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBB87E0B51; Thu, 8 Jul 2021 17:35:14 +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 CD575E0B4E for ; Thu, 8 Jul 2021 17:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5984D342A8C for ; Thu, 8 Jul 2021 17:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2EFB7C0 for ; Thu, 8 Jul 2021 17:35:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1625765703.2fcc89e0b7bd9e31701b3e0bf7a21f05be183ddb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2fcc89e0b7bd9e31701b3e0bf7a21f05be183ddb X-VCS-Branch: master Date: Thu, 8 Jul 2021 17:35:11 +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: a61680f1-7987-445e-b719-97dca5abe60d X-Archives-Hash: 43aae42765883b8a7e6afa31638b4930 commit: 2fcc89e0b7bd9e31701b3e0bf7a21f05be183ddb Author: Jakub Ternka gmail com> AuthorDate: Thu Jun 24 00:26:22 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 8 17:35:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc89e0 gnome-base/gnome-core-libs: Remove GNOME version number from description Signed-off-by: Jakub Ternka gmail.com> Signed-off-by: Matt Turner gentoo.org> gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild index c7fe9bc465d..7548e8e2fc7 100644 --- a/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild +++ b/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -DESCRIPTION="Sub-meta package for the core libraries of GNOME 3" +DESCRIPTION="Sub-meta package for the core libraries of GNOME" HOMEPAGE="https://www.gnome.org/" LICENSE="metapackage" SLOT="3.0" @@ -14,7 +14,7 @@ IUSE="cups python" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" # Note to developers: -# This is a wrapper for the core libraries used by GNOME 3 +# This is a wrapper for the core libraries used by GNOME RDEPEND=" >=dev-libs/glib-2.68.0:2 >=x11-libs/gdk-pixbuf-2.42.4:2