app-editors/gedit: drop not tested arch and minor fixes
authorSobhan Mohammadpour <sobhan@gentoo.org>
Sat, 6 Apr 2019 04:50:30 +0000 (00:50 -0400)
committerSobhan Mohammadpour <sobhan@gentoo.org>
Sat, 6 Apr 2019 04:50:48 +0000 (00:50 -0400)
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>
app-editors/gedit/gedit-3.32.0-r1.ebuild [moved from app-editors/gedit/gedit-3.32.0.ebuild with 89% similarity]

similarity index 89%
rename from app-editors/gedit/gedit-3.32.0.ebuild
rename to app-editors/gedit/gedit-3.32.0-r1.ebuild
index 7e2e758a5964ebdcb5beac43b3942d10352a7605..bcc899e8c9feb4071ce59a5b1ac8248e4b74f3f2 100644 (file)
@@ -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() {