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 93C39138334 for ; Sat, 30 Mar 2019 10:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B11E086C; Sat, 30 Mar 2019 10:00:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8E6EBE086F for ; Sat, 30 Mar 2019 10:00:00 +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 89344335D50 for ; Sat, 30 Mar 2019 09:59:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90ECF5A3 for ; Sat, 30 Mar 2019 09:59: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: <1553939904.6f6bf536bb8a8313cec03da05e1764ee07e4e647.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.13.12.ebuild X-VCS-Directories: media-sound/abcm2ps/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6f6bf536bb8a8313cec03da05e1764ee07e4e647 X-VCS-Branch: master Date: Sat, 30 Mar 2019 09:59: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4e0cad7-8db5-49cf-9cac-d4d474b8b4f4 X-Archives-Hash: 116bd3bca1ac0e681d8f22c912e1fa52 commit: 6f6bf536bb8a8313cec03da05e1764ee07e4e647 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 30 09:56:10 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 30 09:58:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6bf536 media-sound/abcm2ps: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/abcm2ps/abcm2ps-8.13.12.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/media-sound/abcm2ps/abcm2ps-8.13.12.ebuild b/media-sound/abcm2ps/abcm2ps-8.13.12.ebuild index 2d4a35b5889..06691aa0af0 100644 --- a/media-sound/abcm2ps/abcm2ps-8.13.12.ebuild +++ b/media-sound/abcm2ps/abcm2ps-8.13.12.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit toolchain-funcs -DESCRIPTION="A program to convert abc files to Postscript files" +DESCRIPTION="Program to convert abc files to Postscript files" HOMEPAGE="http://moinejf.free.fr/" SRC_URI="http://moinejf.free.fr/${P}.tar.gz http://moinejf.free.fr/transpose_abc.pl" @@ -14,9 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples pango" -RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig +" +DEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )" +RDEPEND="${DEPEND}" src_configure() { econf \