commit: 6963a16eb1d0743002e763ee25377644a0357acf
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sun Nov 23 12:07:39 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Nov 23 12:19:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6963a16e
app-editors/xed: fix whitespace
Fixes: 26eb58c5026cf1acbc0898d1d94d873fc579e7c9
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
app-editors/xed/metadata.xml | 6 +++---
app-editors/xed/xed-3.8.4.ebuild | 20 ++++++++++----------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/app-editors/xed/metadata.xml b/app-editors/xed/metadata.xml
index fd76f014bb..7a2dfc75cd 100644
--- a/app-editors/xed/metadata.xml
+++ b/app-editors/xed/metadata.xml
@@ -5,7 +5,7 @@
<email>[email protected]</email>
<name>Antonis Tatmichalis</name>
</maintainer>
- <upstream>
- <remote-id type="github">linuxmint/xed</remote-id>
- </upstream>
+ <upstream>
+ <remote-id type="github">linuxmint/xed</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-editors/xed/xed-3.8.4.ebuild b/app-editors/xed/xed-3.8.4.ebuild
index 908a312447..320b9bb91b 100644
--- a/app-editors/xed/xed-3.8.4.ebuild
+++ b/app-editors/xed/xed-3.8.4.ebuild
@@ -15,16 +15,16 @@ KEYWORDS="~amd64"
IUSE="gtk-doc spell"
RDEPEND="
- >=dev-libs/libxml2-2.5.0:=
- >=dev-libs/glib-2.40.0
- >=x11-libs/gtk+-3.19.3:=
- >=x11-libs/gtksourceview-4.0.3
- >=dev-libs/libpeas-1.12.0
- x11-libs/pango
- x11-libs/libxklavier
- >=x11-libs/xapp-1.9.0
- spell? ( >=app-text/gspell-0.2.5 )
- gtk-doc? ( dev-util/gtk-doc )
+ >=dev-libs/libxml2-2.5.0:=
+ >=dev-libs/glib-2.40.0
+ >=x11-libs/gtk+-3.19.3:=
+ >=x11-libs/gtksourceview-4.0.3
+ >=dev-libs/libpeas-1.12.0
+ x11-libs/pango
+ x11-libs/libxklavier
+ >=x11-libs/xapp-1.9.0
+ spell? ( >=app-text/gspell-0.2.5 )
+ gtk-doc? ( dev-util/gtk-doc )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"