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 7EA50158F58 for ; Mon, 16 Aug 2021 20:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0ABE0A90; Mon, 16 Aug 2021 08:42:07 +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 B184DE0A90 for ; Mon, 16 Aug 2021 08:42:07 +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 8436E346547 for ; Mon, 16 Aug 2021 08:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17A9F7DE for ; Mon, 16 Aug 2021 08:42:05 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1629103311.b0b240a5cec564dcedb9f13469eeb7997d7414ba.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libid3tag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild media-libs/libid3tag/libid3tag-0.16.1.ebuild X-VCS-Directories: media-libs/libid3tag/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b0b240a5cec564dcedb9f13469eeb7997d7414ba X-VCS-Branch: master Date: Mon, 16 Aug 2021 08:42:05 +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: 465f2d00-fedb-4ec8-86b6-48c141170c8b X-Archives-Hash: e2b1c476b7ae4423eb018243a9e2e403 commit: b0b240a5cec564dcedb9f13469eeb7997d7414ba Author: David Seifert gentoo org> AuthorDate: Mon Aug 16 08:41:51 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Aug 16 08:41:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b240a5 media-libs/libid3tag: add subslot Signed-off-by: David Seifert gentoo.org> .../{libid3tag-0.16.1.ebuild => libid3tag-0.16.1-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-libs/libid3tag/libid3tag-0.16.1.ebuild b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild similarity index 84% rename from media-libs/libid3tag/libid3tag-0.16.1.ebuild rename to media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild index d9f70fe0512..ad7d73f508f 100644 --- a/media-libs/libid3tag/libid3tag-0.16.1.ebuild +++ b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild @@ -10,11 +10,8 @@ HOMEPAGE="https://github.com/tenacityteam/libid3tag" SRC_URI="https://github.com/tenacityteam/libid3tag/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" # SOVERSION = ${CMAKE_PROJECT_VERSION} in CMakeLists.txt KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="" RDEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.1 -" +DEPEND="${RDEPEND}"