diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-12-16 10:09:06 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-16 10:29:16 +0200 |
commit | f1d94f6e979bcbde9f270d0a0f3ec545f294ea39 (patch) | |
tree | 8504b9f71561138e47702bcebae4120df1b98c32 /net-im/toxic | |
parent | net-im/toxic: Bump to version 0.10.0 (diff) | |
download | gentoo-f1d94f6e979bcbde9f270d0a0f3ec545f294ea39.tar.gz gentoo-f1d94f6e979bcbde9f270d0a0f3ec545f294ea39.tar.bz2 gentoo-f1d94f6e979bcbde9f270d0a0f3ec545f294ea39.zip |
net-im/toxic: DEPEND list indentations, cleaning in 0.10.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/toxic-0.10.0.ebuild | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/net-im/toxic/toxic-0.10.0.ebuild b/net-im/toxic/toxic-0.10.0.ebuild index 7936c90bcd70..eec33667d60a 100644 --- a/net-im/toxic/toxic-0.10.0.ebuild +++ b/net-im/toxic/toxic-0.10.0.ebuild @@ -23,17 +23,25 @@ BDEPEND="dev-libs/libconfig" RDEPEND="net-libs/tox net-misc/curl sys-libs/ncurses:* - audio-notify? ( media-libs/freealut - media-libs/openal ) + audio-notify? ( + media-libs/freealut + media-libs/openal + ) notification? ( x11-libs/libnotify ) debug? ( llvm? ( sys-devel/llvm:* ) ) python? ( ${PYTHON_DEPS} ) - qrcode? ( media-gfx/qrencode - png? ( media-libs/libpng ) ) - sound? ( media-libs/openal - net-libs/tox[av] ) - X? ( x11-base/xorg-proto - x11-libs/libX11 )" + qrcode? ( + media-gfx/qrencode + png? ( media-libs/libpng ) + ) + sound? ( + media-libs/openal + net-libs/tox[av] + ) + X? ( + x11-base/xorg-proto + x11-libs/libX11 + )" DEPEND="${RDEPEND}" |