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 084DF138334 for ; Mon, 25 Feb 2019 21:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E380E0916; Mon, 25 Feb 2019 21:49:01 +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 D40DBE0916 for ; Mon, 25 Feb 2019 21:49: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 41BCC335D9B for ; Mon, 25 Feb 2019 21:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8B654C for ; Mon, 25 Feb 2019 21:48:57 +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: <1551131326.05b05a33474ec3b38c52213e48f99119776c6b37.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/taglib-extras/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild X-VCS-Directories: media-libs/taglib-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05b05a33474ec3b38c52213e48f99119776c6b37 X-VCS-Branch: master Date: Mon, 25 Feb 2019 21:48:57 +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: 5fa9765b-5233-4a51-a05a-4492e8285bc5 X-Archives-Hash: aa903ed494fa43b6ac0df59995330dd8 commit: 05b05a33474ec3b38c52213e48f99119776c6b37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 25 21:25:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 25 21:48:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b05a33 media-libs/taglib-extras: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild b/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild index 2a912b0522b..f63c5f1bc00 100644 --- a/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild +++ b/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -14,9 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="debug" -RDEPEND=" - >=media-libs/taglib-1.6 -" -DEPEND="${RDEPEND}" +DEPEND="media-libs/taglib" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-taglib110.patch" )