diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:24:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:24:44 +0000 |
commit | 7ce925c606f7d83b736ca293aed43f71688868da (patch) | |
tree | 8a3e7a33ca2c5f1094c4d5b42be79cf1b4df8e5f /dev-libs/STLport | |
parent | Fix DEPEND/RDEPEND assignment. (diff) | |
download | gentoo-2-7ce925c606f7d83b736ca293aed43f71688868da.tar.gz gentoo-2-7ce925c606f7d83b736ca293aed43f71688868da.tar.bz2 gentoo-2-7ce925c606f7d83b736ca293aed43f71688868da.zip |
Fix DEPEND/RDEPEND assignment.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/STLport')
-rw-r--r-- | dev-libs/STLport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-5.1.2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-5.1.3.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/STLport/STLport-5.1.5.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-libs/STLport/ChangeLog b/dev-libs/STLport/ChangeLog index 3c23b66c4637..66f0515efebb 100644 --- a/dev-libs/STLport/ChangeLog +++ b/dev-libs/STLport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/STLport # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.71 2009/03/02 20:07:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.72 2009/09/11 11:24:44 flameeyes Exp $ + + 11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> + STLport-5.1.2.ebuild, STLport-5.1.3.ebuild, STLport-5.1.5.ebuild: + Fix DEPEND/RDEPEND assignment. 02 Mar 2009; Brent Baude <ranger@gentoo.org> STLport-5.1.5.ebuild: Marking STLport-5.1.5 ppc64 for bug 240608; fails same tests as current stable diff --git a/dev-libs/STLport/STLport-5.1.2.ebuild b/dev-libs/STLport/STLport-5.1.2.ebuild index 33779e9a2b0b..a2bfaa24ac45 100644 --- a/dev-libs/STLport/STLport-5.1.2.ebuild +++ b/dev-libs/STLport/STLport-5.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/STLport/STLport-5.1.2.ebuild,v 1.9 2007/07/23 13:32:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.1.2.ebuild,v 1.10 2009/09/11 11:24:44 flameeyes Exp $ inherit eutils versionator eutils toolchain-funcs multilib flag-o-matic @@ -14,7 +14,7 @@ SLOT="0" IUSE="boost" DEPEND="boost? ( dev-libs/boost )" -RDEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/dev-libs/STLport/STLport-5.1.3.ebuild b/dev-libs/STLport/STLport-5.1.3.ebuild index 6d20bee199fe..9d8ef06fc339 100644 --- a/dev-libs/STLport/STLport-5.1.3.ebuild +++ b/dev-libs/STLport/STLport-5.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/STLport/STLport-5.1.3.ebuild,v 1.1 2007/09/25 20:22:27 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.1.3.ebuild,v 1.2 2009/09/11 11:24:44 flameeyes Exp $ inherit eutils versionator eutils toolchain-funcs multilib flag-o-matic @@ -14,7 +14,7 @@ SLOT="0" IUSE="boost" DEPEND="boost? ( dev-libs/boost )" -RDEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/dev-libs/STLport/STLport-5.1.5.ebuild b/dev-libs/STLport/STLport-5.1.5.ebuild index ab67743292fc..7eda6a07a8b9 100644 --- a/dev-libs/STLport/STLport-5.1.5.ebuild +++ b/dev-libs/STLport/STLport-5.1.5.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/STLport/STLport-5.1.5.ebuild,v 1.6 2009/03/02 20:07:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.1.5.ebuild,v 1.7 2009/09/11 11:24:44 flameeyes Exp $ inherit eutils versionator eutils toolchain-funcs multilib flag-o-matic @@ -14,7 +14,7 @@ SLOT="0" IUSE="boost" DEPEND="boost? ( dev-libs/boost )" -RDEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |