Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643856 - media-gfx/exiv2 still has linguas USE flags
Summary: media-gfx/exiv2 still has linguas USE flags
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-08 04:36 UTC by gavk
Modified: 2018-01-08 05:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix this problem. (portage.patch,3.89 KB, patch)
2018-01-08 04:38 UTC, gavk
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gavk 2018-01-08 04:36:29 UTC
Current:
media-gfx/exiv2
     Available versions:  0.26_p20171104(0/26) ~0.26_p20171104-r1(0/26) {doc examples nls png webready xmp ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.26_p20171104(13:16:05 01/05/18)(linguas_ru nls xmp -doc -examples -linguas_bs -linguas_de -linguas_es -linguas_fi -linguas_fr -linguas_gl -linguas_ms -linguas_pl -linguas_pt -linguas_sk -linguas_sv -linguas_ug -linguas_uk -linguas_vi -png -webready ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
     Homepage:            http://www.exiv2.org/
     Description:         EXIF, IPTC and XMP metadata C++ library and command line utility


What should be:
[I] media-gfx/exiv2
     Available versions:  0.26_p20171104(0/26) ~0.26_p20171104-r1(0/26) {doc examples nls png webready xmp ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  0.26_p20171104(13:16:05 01/05/18)(nls xmp -doc -examples -png -webready ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" LINGUAS="ru -bs -de -es -fi -fr -gl -ms -pl -pt -sk -sv -ug -uk -vi")
     Homepage:            http://www.exiv2.org/
     Description:         EXIF, IPTC and XMP metadata C++ library and command line utility


Reproducible: Always




eselect profile list | grep \*
  [39]  default/linux/amd64/17.1/systemd *
Comment 1 gavk 2018-01-08 04:38:31 UTC
Created attachment 513744 [details, diff]
Fix this problem.
Comment 2 Mike Gilbert gentoo-dev 2018-01-08 05:30:47 UTC
LINGUAS was removed from USE_EXPAND on purpose.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf9d0b0ba31b8eaa07f491acfb1859c1a252692

commit 2cf9d0b0ba31b8eaa07f491acfb1859c1a252692
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Sat Jan 6 20:02:29 2018 +0100

    media-gfx/exiv2: Remove linguas_* from IUSE.
    
    Do not assign the LINGUAS variable in global scope, as it would
    override the user's setting. Account for unset LINGUAS.
    
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/exiv2/exiv2-0.26_p20171104-r1.ebuild | 8 ++++----
 media-gfx/exiv2/exiv2-0.26_p20171104.ebuild    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)