diff options
author | Ned Ludd <solar@gentoo.org> | 2010-03-31 18:16:11 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-03-31 18:16:11 +0000 |
commit | 38187370f8492d35916d1ecb1137eb9d063f043f (patch) | |
tree | 9bdb8131a266bf6394a93391275218a7bb3e8fa7 /dev-libs/elfutils | |
parent | plasma-indicatordisplay is now called plasma-widget-message-indicator (diff) | |
download | gentoo-2-38187370f8492d35916d1ecb1137eb9d063f043f.tar.gz gentoo-2-38187370f8492d35916d1ecb1137eb9d063f043f.tar.bz2 gentoo-2-38187370f8492d35916d1ecb1137eb9d063f043f.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 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.127.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.131-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.131-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.143-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.144.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.145.ebuild | 4 |
7 files changed, 23 insertions, 17 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 1c5db6103fca..5f8ba2d2fbd8 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.130 2010/03/07 06:08:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.131 2010/03/31 18:16:11 solar Exp $ + + 31 Mar 2010; <solar@gentoo.org> elfutils-0.127.ebuild, + elfutils-0.131-r1.ebuild, elfutils-0.131-r2.ebuild, + elfutils-0.143-r1.ebuild, elfutils-0.144.ebuild, elfutils-0.145.ebuild: + - elibc_glibc has to be defined in IUSE= for profiles that are unable to + use.force that flag bug #312085 *elfutils-0.145 (07 Mar 2010) diff --git a/dev-libs/elfutils/elfutils-0.127.ebuild b/dev-libs/elfutils/elfutils-0.127.ebuild index 1f8bbd38bc19..7b72b98246ee 100644 --- a/dev-libs/elfutils/elfutils-0.127.ebuild +++ b/dev-libs/elfutils/elfutils-0.127.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/dev-libs/elfutils/elfutils-0.127.ebuild,v 1.11 2009/03/15 11:29:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.127.ebuild,v 1.12 2010/03/31 18:16:11 solar Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz LICENSE="OpenSoftware" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" +IUSE="elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never diff --git a/dev-libs/elfutils/elfutils-0.131-r1.ebuild b/dev-libs/elfutils/elfutils-0.131-r1.ebuild index 0ba2ccc97ca8..5f771bdf0d46 100644 --- a/dev-libs/elfutils/elfutils-0.131-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.131-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild,v 1.1 2008/01/06 17:38:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r1.ebuild,v 1.2 2010/03/31 18:16:11 solar Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz LICENSE="OpenSoftware" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" +IUSE="elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never diff --git a/dev-libs/elfutils/elfutils-0.131-r2.ebuild b/dev-libs/elfutils/elfutils-0.131-r2.ebuild index 26fd6e1ba36f..fa92997b1fc3 100644 --- a/dev-libs/elfutils/elfutils-0.131-r2.ebuild +++ b/dev-libs/elfutils/elfutils-0.131-r2.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/dev-libs/elfutils/elfutils-0.131-r2.ebuild,v 1.9 2009/02/14 05:40:18 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.131-r2.ebuild,v 1.10 2010/03/31 18:16:11 solar Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/e/elfutils/elfutils_${PV}.orig.tar.gz" LICENSE="OpenSoftware" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" +IUSE="elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never diff --git a/dev-libs/elfutils/elfutils-0.143-r1.ebuild b/dev-libs/elfutils/elfutils-0.143-r1.ebuild index 71b141e5d122..cdff03d53625 100644 --- a/dev-libs/elfutils/elfutils-0.143-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.143-r1.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/dev-libs/elfutils/elfutils-0.143-r1.ebuild,v 1.2 2009/11/26 19:09:40 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.143-r1.ebuild,v 1.3 2010/03/31 18:16:11 solar Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${P}.tar.bz2" LICENSE="GPL-2-with-exceptions" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 lzma nls test zlib" +IUSE="bzip2 lzma nls test zlib elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never diff --git a/dev-libs/elfutils/elfutils-0.144.ebuild b/dev-libs/elfutils/elfutils-0.144.ebuild index dd62afe32c6f..b11898e3309f 100644 --- a/dev-libs/elfutils/elfutils-0.144.ebuild +++ b/dev-libs/elfutils/elfutils-0.144.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/dev-libs/elfutils/elfutils-0.144.ebuild,v 1.2 2010/02/20 20:12:20 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild,v 1.3 2010/03/31 18:16:11 solar Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${P}.tar.bz2" LICENSE="GPL-2-with-exceptions" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 lzma nls test zlib" +IUSE="bzip2 lzma nls test zlib elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never diff --git a/dev-libs/elfutils/elfutils-0.145.ebuild b/dev-libs/elfutils/elfutils-0.145.ebuild index b5b649a9b385..136f897a8f82 100644 --- a/dev-libs/elfutils/elfutils-0.145.ebuild +++ b/dev-libs/elfutils/elfutils-0.145.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/dev-libs/elfutils/elfutils-0.145.ebuild,v 1.1 2010/03/07 06:08:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.145.ebuild,v 1.2 2010/03/31 18:16:11 solar Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${P}.tar.bz2" LICENSE="GPL-2-with-exceptions" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 lzma nls test zlib" +IUSE="bzip2 lzma nls test zlib elibc_glibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never |