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 6CD47158086 for ; Sun, 24 Oct 2021 00:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E66BE0801; Sun, 24 Oct 2021 00:58:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41FC7E0801 for ; Sun, 24 Oct 2021 00:58:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 558103434E1 for ; Sun, 24 Oct 2021 00:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D67C2156 for ; Sun, 24 Oct 2021 00:57:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635037036.5f720793894d92f9e6908144a73b80a02eeef779.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.27.5-r1.ebuild media-gfx/exiv2/exiv2-0.27.5.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f720793894d92f9e6908144a73b80a02eeef779 X-VCS-Branch: master Date: Sun, 24 Oct 2021 00:57:59 +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: 818ee7ea-1d33-468e-99db-549c34345c2a X-Archives-Hash: 0c74792d575920a40af5eee58cdf2194 commit: 5f720793894d92f9e6908144a73b80a02eeef779 Author: Sam James gentoo org> AuthorDate: Sun Oct 24 00:57:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 00:57:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f720793 media-gfx/exiv2: change subslot in 0.27.5(-r1) for BMFF ABI break Signed-off-by: Sam James gentoo.org> media-gfx/exiv2/{exiv2-0.27.5.ebuild => exiv2-0.27.5-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/exiv2/exiv2-0.27.5.ebuild b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild similarity index 97% rename from media-gfx/exiv2/exiv2-0.27.5.ebuild rename to media-gfx/exiv2/exiv2-0.27.5-r1.ebuild index 4d6991fbe30..7639b13784f 100644 --- a/media-gfx/exiv2/exiv2-0.27.5.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild @@ -20,7 +20,8 @@ DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility" HOMEPAGE="https://www.exiv2.org/" LICENSE="GPL-2" -SLOT="0/27" +# In 0.27.5, ABI seemed to be broken for bmff functions +SLOT="0/27.5" IUSE="+bmff doc examples nls +png test webready +xmp" RESTRICT="!test? ( test )"