Skip to content

Commit

Permalink
app-emulation/fuse: sort RDEPEND and econf alphabetically
Browse files Browse the repository at this point in the history
Closes: gentoo#5276
  • Loading branch information
atomsymbol-notifications authored and mgorny committed Aug 6, 2017
1 parent 0dd3904 commit 4e64d49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app-emulation/fuse/fuse-1.3.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ REQUIRED_USE="^^ ( X fbcon gtk sdl svga )"

RDEPEND=">=app-emulation/libspectrum-1.3.5
dev-libs/glib:2
X? ( x11-libs/libX11
x11-libs/libXext )
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
gpm? ( sys-libs/gpm )
gtk? ( x11-libs/gtk+:3 )
joystick? ( media-libs/libjsw )
png? ( media-libs/libpng:0= sys-libs/zlib )
sdl? ( media-libs/libsdl )
svga? ( media-libs/svgalib )
png? ( media-libs/libpng:0= sys-libs/zlib )
X? ( x11-libs/libX11
x11-libs/libXext )
xml? ( dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}
fbcon? ( virtual/linux-sources )
Expand All @@ -53,12 +53,12 @@ src_configure() {
econf \
--without-win32 \
${guiflag} \
$(use_with gpm) \
$(use_with alsa) \
$(use_with ao libao) \
$(use_with gpm) \
$(use_with joystick) \
$(use_enable joystick ui-joystick) \
$(use_with xml libxml2) \
$(use_with png ) \
$(use_enable memlimit smallmem)
$(use_enable memlimit smallmem) \
$(use_with png) \
$(use_with xml libxml2)
}

0 comments on commit 4e64d49

Please sign in to comment.