commit: 2fcc89e0b7bd9e31701b3e0bf7a21f05be183ddb Author: Jakub Ternka <ternka122 <AT> gmail <DOT> com> AuthorDate: Thu Jun 24 00:26:22 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <ternka122 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> 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
