diff options
author | Ned Ludd <solar@gentoo.org> | 2010-03-30 23:22:10 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-03-30 23:22:10 +0000 |
commit | e2ea86c3cfb75782e9baa5dc6641345b552ad628 (patch) | |
tree | df0de0c1e6bf3de02318090a67bd1ed77a89ecb1 /sys-devel/gettext | |
parent | fix bug #248327 (diff) | |
download | gentoo-2-e2ea86c3cfb75782e9baa5dc6641345b552ad628.tar.gz gentoo-2-e2ea86c3cfb75782e9baa5dc6641345b552ad628.tar.bz2 gentoo-2-e2ea86c3cfb75782e9baa5dc6641345b552ad628.zip |
- elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.16.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.17-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.17.ebuild | 6 |
4 files changed, 14 insertions, 9 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index b40b76e603ee..6778519e5341 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.176 2010/03/13 02:56:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.177 2010/03/30 23:22:10 solar Exp $ + + 30 Mar 2010; <solar@gentoo.org> gettext-0.16.1-r1.ebuild, + gettext-0.17.ebuild, gettext-0.17-r1.ebuild: + - elibc_glibc has to be defined in IUSE= for profiles that are unable to + use.force that flag bug #312085 13 Mar 2010; Alexis Ballier <aballier@gentoo.org> gettext-0.17-r1.ebuild: Create unversionned ld script on BSD; otherwise the loader tries (and diff --git a/sys-devel/gettext/gettext-0.16.1-r1.ebuild b/sys-devel/gettext/gettext-0.16.1-r1.ebuild index 28667fe87da3..e91e404a7f67 100644 --- a/sys-devel/gettext/gettext-0.16.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.16.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v 1.15 2007/11/11 19:21:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v 1.16 2010/03/30 23:22:10 solar Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="emacs nls doc nocxx" +IUSE="emacs nls doc nocxx elibc_glibc" DEPEND="virtual/libiconv dev-libs/expat" diff --git a/sys-devel/gettext/gettext-0.17-r1.ebuild b/sys-devel/gettext/gettext-0.17-r1.ebuild index 504c2c220ca9..ce3bcef9b8ec 100644 --- a/sys-devel/gettext/gettext-0.17-r1.ebuild +++ b/sys-devel/gettext/gettext-0.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v 1.7 2010/03/13 02:56:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v 1.8 2010/03/30 23:22:10 solar Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="acl doc emacs nls nocxx openmp" +IUSE="acl doc emacs nls nocxx openmp elibc_glibc" DEPEND="virtual/libiconv dev-libs/libxml2 diff --git a/sys-devel/gettext/gettext-0.17.ebuild b/sys-devel/gettext/gettext-0.17.ebuild index b1f75d39a35c..9f2cc5741097 100644 --- a/sys-devel/gettext/gettext-0.17.ebuild +++ b/sys-devel/gettext/gettext-0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.15 2009/05/29 19:57:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.16 2010/03/30 23:22:10 solar Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="acl doc emacs nls nocxx openmp" +IUSE="acl doc emacs nls nocxx openmp elibc_glibc" DEPEND="virtual/libiconv dev-libs/libxml2 |