diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 23:51:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-15 23:51:30 +0000 |
commit | f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251 (patch) | |
tree | 15e82277e6f3bc10e5e0f8e4a058e64812116b3a | |
parent | Putting ABI stuff inside an 'if use amd64' block. (diff) | |
download | gentoo-2-f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251.tar.gz gentoo-2-f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251.tar.bz2 gentoo-2-f50fd28d37c85d62c2a7a9a4f3f22d660ba3e251.zip |
force gettext in DEPEND #85342
(Portage version: 2.0.51.19)
-rw-r--r-- | dev-libs/elfutils/elfutils-0.101.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.94-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.97.ebuild | 5 |
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-libs/elfutils/elfutils-0.101.ebuild b/dev-libs/elfutils/elfutils-0.101.ebuild index a352e412962c..3809403701eb 100644 --- a/dev-libs/elfutils/elfutils-0.101.ebuild +++ b/dev-libs/elfutils/elfutils-0.101.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.101.ebuild,v 1.1 2005/03/13 13:45:32 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.101.ebuild,v 1.2 2005/03/15 23:51:30 vapier Exp $ inherit eutils @@ -10,28 +10,28 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="nls uclibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never # gets pulled in as a dep since this package does not respect virtual/libc DEPEND="!uclibc? ( >=sys-libs/glibc-2.3.2 ) + sys-devel/gettext >=sys-devel/binutils-2.14.90.0.6 >=sys-devel/gcc-3.2.1-r6 !dev-libs/libelf" src_unpack() { unpack ${A} - cd "${S}" - epatch ${FILESDIR}/${P}-bswap.patch - epatch ${FILESDIR}/${P}-portability.patch + epatch "${FILESDIR}"/${P}-bswap.patch + epatch "${FILESDIR}"/${P}-portability.patch # Needed by ${P}-portability.patch - autoreconf 2>&1 | grep -v 'underquoted definition' || die + autoreconf || die - find . -name Makefile.in | xargs sed -i -e 's:-W\(error\|extra\)::g' + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' } src_compile() { diff --git a/dev-libs/elfutils/elfutils-0.94-r1.ebuild b/dev-libs/elfutils/elfutils-0.94-r1.ebuild index cf73d89b5072..7f99473bf17f 100644 --- a/dev-libs/elfutils/elfutils-0.94-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.94-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.94-r1.ebuild,v 1.13 2005/02/09 19:54:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.94-r1.ebuild,v 1.14 2005/03/15 23:51:30 vapier Exp $ inherit eutils gnuconfig @@ -18,6 +18,7 @@ IUSE="nls uclibc" # gets pulled in as a dep since this package does not respect virtual/libc DEPEND="!uclibc? ( >=sys-libs/glibc-2.3.2 ) + sys-devel/gettext >=sys-devel/binutils-2.14.90.0.6 >=sys-devel/gcc-3.2.1-r6 !dev-libs/libelf" diff --git a/dev-libs/elfutils/elfutils-0.97.ebuild b/dev-libs/elfutils/elfutils-0.97.ebuild index b0e924a8998c..18fa85aa1e65 100644 --- a/dev-libs/elfutils/elfutils-0.97.ebuild +++ b/dev-libs/elfutils/elfutils-0.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.97.ebuild,v 1.2 2005/02/17 17:27:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.97.ebuild,v 1.3 2005/03/15 23:51:30 vapier Exp $ inherit eutils @@ -10,13 +10,14 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="nls uclibc" # This pkg does not actually seem to compile currently in a uClibc # environment (xrealloc errs), but we need to ensure that glibc never # gets pulled in as a dep since this package does not respect virtual/libc DEPEND="!uclibc? ( >=sys-libs/glibc-2.3.2 ) + sys-devel/gettext >=sys-devel/binutils-2.14.90.0.6 >=sys-devel/gcc-3.2.1-r6 !dev-libs/libelf" |