Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-libs/libintl: fix build in bionic systems | Mike Frysinger | 2015-10-12 | 2 | -0/+37 |
| | |||||
* | dev-libs/libintl: drop USE=nls flag | Mike Frysinger | 2015-10-12 | 1 | -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 gettext | Mike Frysinger | 2015-10-12 | 3 | -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. |