diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 19:07:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 19:07:56 -0300 |
commit | 2c2b67ae4c70e6adbc6c1cc6eaac30c7af798b82 (patch) | |
tree | a268fd943e7a996b5ac1d5e8c7b06978e60a13d7 | |
parent | 031485e897cc1fc0c313a78c5badfe4bd777f941 (diff) | |
download | aports-2c2b67ae4c70e6adbc6c1cc6eaac30c7af798b82.tar.bz2 aports-2c2b67ae4c70e6adbc6c1cc6eaac30c7af798b82.tar.xz |
testing/gedit-plugins: disable on all arches
-rw-r--r-- | testing/gedit-plugins/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gedit-plugins/APKBUILD b/testing/gedit-plugins/APKBUILD index 5f05c77ae0..aa0113136c 100644 --- a/testing/gedit-plugins/APKBUILD +++ b/testing/gedit-plugins/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.2 pkgrel=0 pkgdesc="Plugins for gedit, the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit/PluginsLists" -arch="all" +arch="" license="GPL-2.0-only" depends="python3 py3-gobject3 vte3 gucharmap py3-dbus" makedepends="glib-dev gtk+3.0-dev gtksourceview4-dev libpeas-dev gedit-dev vala |