commit:     0d714facea5ac945f91b9e22ee167c7247566c56
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 04:50:30 2019 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 04:50:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d714fac

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 <AT> gentoo.org>

 .../gedit/{gedit-3.32.0.ebuild => gedit-3.32.0-r1.ebuild}      | 10 +++++-----
 1 file 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
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 7e2e758a596..bcc899e8c9f 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() {

Reply via email to