commit:     92089b2a2d363ccba68293548946993e93b2af77
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 22:37:08 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 22:40:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92089b2a

dev-libs/appstream: Cleanup messed up indendation, ebuild style

Amends 3c8415be42faf906cdd0e693b47505ef3e02ae20

Bug: https://bugs.gentoo.org/948430
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/appstream/appstream-1.0.4.ebuild | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-libs/appstream/appstream-1.0.4.ebuild 
b/dev-libs/appstream/appstream-1.0.4.ebuild
index 9da0785dc546..8bb10a1d8dac 100644
--- a/dev-libs/appstream/appstream-1.0.4.ebuild
+++ b/dev-libs/appstream/appstream-1.0.4.ebuild
@@ -32,13 +32,15 @@ RDEPEND="
        dev-libs/libyaml
        dev-libs/snowball-stemmer:=
        >=net-misc/curl-7.62
-       compose? (      dev-libs/glib:2
-                               dev-libs/libyaml
-                               gnome-base/librsvg:2
-                               media-libs/fontconfig:1.0
-                               media-libs/freetype:2
-                               x11-libs/cairo
-                               x11-libs/gdk-pixbuf:2 )
+       compose? (
+               dev-libs/glib:2
+               dev-libs/libyaml
+               gnome-base/librsvg:2
+               media-libs/fontconfig:1.0
+               media-libs/freetype:2
+               x11-libs/cairo
+               x11-libs/gdk-pixbuf:2
+       )
        introspection? ( >=dev-libs/gobject-introspection-1.56:= )
        qt6? ( dev-qt/qtbase:6 )
        systemd? ( sys-apps/systemd:= )

Reply via email to