diff options
author | Sobhan Mohammadpour <sobhan@gentoo.org> | 2019-04-06 00:50:30 -0400 |
---|---|---|
committer | Sobhan Mohammadpour <sobhan@gentoo.org> | 2019-04-06 00:50:48 -0400 |
commit | 0d714facea5ac945f91b9e22ee167c7247566c56 (patch) | |
tree | d69c651d14b05a67a28e12612491b983161525e6 /app-editors/gedit | |
parent | app-editors/gedit: version bump 3.30 → 3.32 (diff) | |
download | gentoo-0d714facea5ac945f91b9e22ee167c7247566c56.tar.gz gentoo-0d714facea5ac945f91b9e22ee167c7247566c56.tar.bz2 gentoo-0d714facea5ac945f91b9e22ee167c7247566c56.zip |
app-editors/gedit: drop not tested arch and minor fixes
remove spaces used as tabs and trailing white spaces
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sobhan Mohammadpour <sobhan@gentoo.org>
Diffstat (limited to 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/gedit-3.32.0-r1.ebuild (renamed from app-editors/gedit/gedit-3.32.0.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/gedit/gedit-3.32.0.ebuild b/app-editors/gedit/gedit-3.32.0-r1.ebuild index 7e2e758a5964..bcc899e8c9fe 100644 --- a/app-editors/gedit/gedit-3.32.0.ebuild +++ b/app-editors/gedit/gedit-3.32.0-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" IUSE="+introspection +python gtk-doc vala" REQUIRED_USE="python? ( introspection ${PYTHON_REQUIRED_USE} )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64" # X libs are not needed for OSX (aqua) COMMON_DEPEND=" @@ -27,7 +27,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.22.0:3[introspection?] >=x11-libs/gtksourceview-4.0.2:4[introspection?] >=dev-libs/libpeas-1.14.1[gtk] - >=net-libs/libsoup-2.60:2.4 + >=net-libs/libsoup-2.60:2.4 gnome-base/gsettings-desktop-schemas gnome-base/gvfs @@ -69,15 +69,15 @@ src_configure() { $(meson_use gtk-doc documentation) $(meson_use introspection) $(meson_use python plugins) - $(meson_use vala vapi) - ) + $(meson_use vala vapi) + ) meson_src_configure } src_test() { :; } src_install() { - meson_src_install + meson_src_install } pkg_postinst() { |