summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libintl: fix build in bionic systemsMike Frysinger2015-10-122-0/+37
|
* dev-libs/libintl: drop USE=nls flagMike Frysinger2015-10-121-3/+7
| | | | | | | | | The related commit in gettext (030b323567f9546c35d9cf1182f36b2b54e08) was wrong -- the internal configure logic skips the libintl flag when nls support is disabled. It doesn't matter there now as libintl has been dropped, but it still matters here as w/out the flag, no library is built. So drop the flag, hardcode the option, and add a comment to keep from screwing it up in the future.
* dev-libs/libiconv: split out from gettextMike Frysinger2015-10-123-0/+73
The gettext ebuild is big and fat and full of tools/deps that are independent of libintl. Since slimming that down with USE flags gets ugly fast (it provides multiple libs in addition to tools), just create a dedicated libintl package.