From 473f4ec338e37e748755dd8d038351635ad3b48b Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 11 Sep 2009 11:22:52 +0000 Subject: Fix DEPEND/RDEPEND assignment. (Portage version: 2.2_rc40/cvs/Linux x86_64) --- dev-cpp/asio/ChangeLog | 5 ++++- dev-cpp/asio/asio-1.4.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-cpp/asio') diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index 029df4073b3e..3d66b7ad7aad 100644 --- a/dev-cpp/asio/ChangeLog +++ b/dev-cpp/asio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/asio # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.16 2009/05/12 08:34:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.17 2009/09/11 11:22:52 flameeyes Exp $ + + 11 Sep 2009; Diego E. Pettenò asio-1.4.1.ebuild: + Fix DEPEND/RDEPEND assignment. *asio-1.4.1 (12 May 2009) diff --git a/dev-cpp/asio/asio-1.4.1.ebuild b/dev-cpp/asio/asio-1.4.1.ebuild index 004b3d1712e7..dafebb589a86 100644 --- a/dev-cpp/asio/asio-1.4.1.ebuild +++ b/dev-cpp/asio/asio-1.4.1.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-cpp/asio/asio-1.4.1.ebuild,v 1.1 2009/05/12 08:34:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.2 2009/09/11 11:22:52 flameeyes Exp $ EAPI=2 @@ -15,7 +15,7 @@ IUSE="doc examples ssl test" RDEPEND="ssl? ( dev-libs/openssl ) >=dev-libs/boost-1.34.1" -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" src_prepare() { if ! use test; then -- cgit v1.2.3-65-gdbad