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 668C91382C5 for ; Sun, 24 Jan 2021 15:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AD00E09E5; Sun, 24 Jan 2021 15:40:11 +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 6675BE09E5 for ; Sun, 24 Jan 2021 15:40:11 +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 0673034115E for ; Sun, 24 Jan 2021 15:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F3422C5 for ; Sun, 24 Jan 2021 15:40:05 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1611502802.6e621acb68f9e892f3d1c047a20a7fdd074bbed5.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit/gedit-3.34.1.ebuild app-editors/gedit/gedit-3.36.2.ebuild app-editors/gedit/gedit-3.38.1.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6e621acb68f9e892f3d1c047a20a7fdd074bbed5 X-VCS-Branch: master Date: Sun, 24 Jan 2021 15:40: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56957c60-5314-46df-8be8-3cddfa93c037 X-Archives-Hash: 246c501bdc76c016170c898a21e27ead commit: 6e621acb68f9e892f3d1c047a20a7fdd074bbed5 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 24 15:39:39 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 24 15:40:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e621acb app-editors/gedit: drop Prefix Linux keywords Bug: https://bugs.gentoo.org/737476 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> app-editors/gedit/gedit-3.34.1.ebuild | 5 ++--- app-editors/gedit/gedit-3.36.2.ebuild | 3 +-- app-editors/gedit/gedit-3.38.1.ebuild | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app-editors/gedit/gedit-3.34.1.ebuild b/app-editors/gedit/gedit-3.34.1.ebuild index 751718b3cf6..22f6ee929e8 100644 --- a/app-editors/gedit/gedit-3.34.1.ebuild +++ b/app-editors/gedit/gedit-3.34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,9 +17,8 @@ SLOT="0" IUSE="+introspection +python gtk-doc spell vala" REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} ) spell? ( python )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" -# X libs are not needed for OSX (aqua) DEPEND=" >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.22.0:3[introspection?] diff --git a/app-editors/gedit/gedit-3.36.2.ebuild b/app-editors/gedit/gedit-3.36.2.ebuild index 3b78f351f47..8ef6f6f5a32 100644 --- a/app-editors/gedit/gedit-3.36.2.ebuild +++ b/app-editors/gedit/gedit-3.36.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" -# X libs are not needed for OSX (aqua) DEPEND=" >=dev-libs/glib-2.52:2 >=dev-libs/libpeas-1.14.1[gtk] diff --git a/app-editors/gedit/gedit-3.38.1.ebuild b/app-editors/gedit/gedit-3.38.1.ebuild index f387f481f9a..2ba8573eba8 100644 --- a/app-editors/gedit/gedit-3.38.1.ebuild +++ b/app-editors/gedit/gedit-3.38.1.ebuild @@ -19,7 +19,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -# X libs are not needed for OSX (aqua) DEPEND=" >=dev-libs/glib-2.64:2 >=dev-libs/libpeas-1.14.1[gtk]