summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/libintl: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-291-2/+2
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* dev-libs/libintl: block against musl which provides its own libintlAnthony G. Basile2016-05-311-1/+2
| | | | Package-Manager: portage-2.2.28
* dev-libs/libintl: add Prefix keywordsFabian Groffen2016-01-051-1/+1
| | | | Package-Manager: portage-2.2.20-prefix
* dev-libs/libintl: fix build in bionic systemsMike Frysinger2015-10-121-0/+2
|
* 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-121-0/+67
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.