From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C542138334 for ; Sun, 1 Jul 2018 00:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3637E0857; Sun, 1 Jul 2018 00:04:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09A4DE0855 for ; Sun, 1 Jul 2018 00:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1791F335CA0 for ; Sun, 1 Jul 2018 00:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05A4035E for ; Sun, 1 Jul 2018 00:03:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530403418.ef1930a0e540edd52df31ce69b1da0aefbff9db4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/minbif/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/minbif/minbif-1.0.5-r2.ebuild X-VCS-Directories: net-im/minbif/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ef1930a0e540edd52df31ce69b1da0aefbff9db4 X-VCS-Branch: master Date: Sun, 1 Jul 2018 00:03:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf98d940-092c-4266-bb2a-66ed799306c7 X-Archives-Hash: 081247d5fcdcc195ee938b5b2966c3a6 commit: ef1930a0e540edd52df31ce69b1da0aefbff9db4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 30 22:31:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 1 00:03:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1930a0 net-im/minbif: Sort DEPENDs, one line per dep Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-im/minbif/minbif-1.0.5-r2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild b/net-im/minbif/minbif-1.0.5-r2.ebuild index d825bc40ed2..c1c9951ba57 100644 --- a/net-im/minbif/minbif-1.0.5-r2.ebuild +++ b/net-im/minbif/minbif-1.0.5-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit cmake-utils user -DESCRIPTION="an IRC gateway to IM networks" +DESCRIPTION="IRC gateway to IM networks" HOMEPAGE="https://symlink.me/projects/minbif/wiki/" SRC_URI="https://symlink.me/attachments/download/148/${P}.tar.gz" @@ -19,10 +19,13 @@ REQUIRED_USE=" DEPEND=" >=net-im/pidgin-2.6 - libcaca? ( media-libs/libcaca media-libs/imlib2 ) + gnutls? ( net-libs/gnutls ) imlib? ( media-libs/imlib2 ) + libcaca? ( + media-libs/imlib2 + media-libs/libcaca + ) pam? ( sys-libs/pam ) - gnutls? ( net-libs/gnutls ) " RDEPEND="${DEPEND} virtual/logger