diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-24 16:39:39 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-24 16:40:02 +0100 |
commit | 6e621acb68f9e892f3d1c047a20a7fdd074bbed5 (patch) | |
tree | f2c91898eb7d1c94caf374c42c8246653ea8d1db /app-editors | |
parent | sys-libs/binutils-libs: Version bump (unkeyworded) (diff) | |
download | gentoo-6e621acb68f9e892f3d1c047a20a7fdd074bbed5.tar.gz gentoo-6e621acb68f9e892f3d1c047a20a7fdd074bbed5.tar.bz2 gentoo-6e621acb68f9e892f3d1c047a20a7fdd074bbed5.zip |
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 <grobian@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit/gedit-3.34.1.ebuild | 5 | ||||
-rw-r--r-- | app-editors/gedit/gedit-3.36.2.ebuild | 3 | ||||
-rw-r--r-- | 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 751718b3cf62..22f6ee929e83 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 3b78f351f474..8ef6f6f5a322 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 f387f481f9aa..2ba8573eba89 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] |