diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 00:57:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 00:57:16 +0000 |
commit | 5f720793894d92f9e6908144a73b80a02eeef779 (patch) | |
tree | f74482c388d56a059ccb3420233c0616707f44ea /media-gfx/exiv2 | |
parent | dev-python/owslib: Stabilize 0.25.0 ALLARCHES, #819831 (diff) | |
download | gentoo-5f720793894d92f9e6908144a73b80a02eeef779.tar.gz gentoo-5f720793894d92f9e6908144a73b80a02eeef779.tar.bz2 gentoo-5f720793894d92f9e6908144a73b80a02eeef779.zip |
media-gfx/exiv2: change subslot in 0.27.5(-r1) for BMFF ABI break
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r-- | media-gfx/exiv2/exiv2-0.27.5-r1.ebuild (renamed from media-gfx/exiv2/exiv2-0.27.5.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.27.5.ebuild b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild index 4d6991fbe308..7639b13784f1 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 )" |