summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-11 11:22:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-09-11 11:22:52 +0000
commit473f4ec338e37e748755dd8d038351635ad3b48b (patch)
tree7bf992bafce8af40424575631c53e497b1268689 /dev-cpp/asio
parentFix DEPEND/RDEPEND assignment. (diff)
downloadgentoo-2-473f4ec338e37e748755dd8d038351635ad3b48b.tar.gz
gentoo-2-473f4ec338e37e748755dd8d038351635ad3b48b.tar.bz2
gentoo-2-473f4ec338e37e748755dd8d038351635ad3b48b.zip
Fix DEPEND/RDEPEND assignment.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r--dev-cpp/asio/ChangeLog5
-rw-r--r--dev-cpp/asio/asio-1.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
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ò <flameeyes@gentoo.org> 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