diff options
-rw-r--r-- | dev-libs/nspr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/nspr/nspr-4.6.8.ebuild | 11 | ||||
-rw-r--r-- | dev-libs/nspr/nspr-4.7.3.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/nspr/nspr-4.7.4.ebuild | 9 |
4 files changed, 21 insertions, 14 deletions
diff --git a/dev-libs/nspr/ChangeLog b/dev-libs/nspr/ChangeLog index dcc9bd3ef9ce..feda05022c42 100644 --- a/dev-libs/nspr/ChangeLog +++ b/dev-libs/nspr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/nspr # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.117 2009/04/29 20:29:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/ChangeLog,v 1.118 2009/04/29 20:56:27 fauli Exp $ + + 29 Apr 2009; Christian Faulhammer <fauli@gentoo.org> nspr-4.6.8.ebuild, + nspr-4.7.3.ebuild, nspr-4.7.4.ebuild: + make repoman happy and set RDEPEND explicitly 29 Apr 2009; Christian Faulhammer <fauli@gentoo.org> nspr-4.7.4.ebuild: stable x86, security bug 267234 diff --git a/dev-libs/nspr/nspr-4.6.8.ebuild b/dev-libs/nspr/nspr-4.6.8.ebuild index 3342c5a42658..105fe6e58f17 100644 --- a/dev-libs/nspr/nspr-4.6.8.ebuild +++ b/dev-libs/nspr/nspr-4.6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild,v 1.11 2008/11/15 18:31:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.6.8.ebuild,v 1.12 2009/04/29 20:56:27 fauli Exp $ inherit eutils multilib toolchain-funcs @@ -14,6 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="ipv6 debug" DEPEND="" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -31,9 +32,9 @@ src_compile() { echo > "${T}"/test.c $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o case $(file "${T}"/test.o) in - *64-bit*) myconf="${myconf} --enable-64bit";; - *32-bit*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; + *64-bit*) myconf="${myconf} --enable-64bit";; + *32-bit*) ;; + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; esac if use ipv6; then diff --git a/dev-libs/nspr/nspr-4.7.3.ebuild b/dev-libs/nspr/nspr-4.7.3.ebuild index a2f79d79c8b3..d076b958c233 100644 --- a/dev-libs/nspr/nspr-4.7.3.ebuild +++ b/dev-libs/nspr/nspr-4.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild,v 1.8 2009/04/12 14:56:15 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.3.ebuild,v 1.9 2009/04/29 20:56:27 fauli Exp $ inherit eutils multilib toolchain-funcs @@ -14,6 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="ipv6 debug" DEPEND=">=dev-db/sqlite-3.5" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -35,9 +36,9 @@ src_compile() { echo > "${T}"/test.c $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o case $(file "${T}"/test.o) in - *64-bit*) myconf="${myconf} --enable-64bit";; - *32-bit*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; + *64-bit*) myconf="${myconf} --enable-64bit";; + *32-bit*) ;; + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; esac if use ipv6; then diff --git a/dev-libs/nspr/nspr-4.7.4.ebuild b/dev-libs/nspr/nspr-4.7.4.ebuild index e7ebe68438f2..41d5eafec6b0 100644 --- a/dev-libs/nspr/nspr-4.7.4.ebuild +++ b/dev-libs/nspr/nspr-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild,v 1.2 2009/04/29 20:29:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.7.4.ebuild,v 1.3 2009/04/29 20:56:27 fauli Exp $ inherit eutils multilib toolchain-funcs @@ -14,6 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="ipv6 debug" DEPEND=">=dev-db/sqlite-3.5" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -35,9 +36,9 @@ src_compile() { echo > "${T}"/test.c $(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o case $(file "${T}"/test.o) in - *64-bit*) myconf="${myconf} --enable-64bit";; - *32-bit*) ;; - *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; + *64-bit*) myconf="${myconf} --enable-64bit";; + *32-bit*) ;; + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";; esac if use ipv6; then |