From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1094372-garchives=archives.gentoo.org@lists.gentoo.org>
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 D7C30138335
	for <garchives@archives.gentoo.org>; Tue,  4 Jun 2019 22:00:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B23DE0908;
	Tue,  4 Jun 2019 22:00:24 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 BFAD0E0908
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Jun 2019 22:00:23 +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 DE60D34574D
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Jun 2019 22:00:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 162D7603
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Jun 2019 22:00:15 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1559685059.24a825873c4cb9220e0fe15fe1c1a15e85e710af.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
X-VCS-Directories: media-sound/abcm2ps/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 24a825873c4cb9220e0fe15fe1c1a15e85e710af
X-VCS-Branch: master
Date: Tue,  4 Jun 2019 22:00:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c8039dbd-073a-4ecb-9b85-c78fdd0f80fd
X-Archives-Hash: f2dc70ad8549c5907373d4d485b0c1c9

commit:     24a825873c4cb9220e0fe15fe1c1a15e85e710af
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 20:51:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 21:50:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a82587

media-sound/abcm2ps: One line per dep, sort deps

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/abcm2ps/abcm2ps-8.14.4.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
index 9cb8e3df66a..644672be443 100644
--- a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
+++ b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="examples pango"
 
-BDEPEND="
-	virtual/pkgconfig
-"
-DEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+	pango? (
+		media-libs/freetype:2
+		x11-libs/pango
+	)"
 RDEPEND="${DEPEND}"
 
 src_configure() {