Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/asio: asio-1.4.5.ebuild
Date: Tue, 07 Sep 2010 11:50:12
Message-Id: 20100907115000.6848120051@flycatcher.gentoo.org
1 ssuominen 10/09/07 11:50:00
2
3 Modified: asio-1.4.5.ebuild
4 Log:
5 Silence repoman.
6
7 (Portage version: 2.2_rc75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-cpp/asio/asio-1.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild?r1=1.7&r2=1.8
15
16 Index: asio-1.4.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- asio-1.4.5.ebuild 29 Aug 2010 14:37:07 -0000 1.7
23 +++ asio-1.4.5.ebuild 7 Sep 2010 11:50:00 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.7 2010/08/29 14:37:07 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.8 2010/09/07 11:50:00 ssuominen Exp $
29
30 EAPI=2
31
32 @@ -13,8 +13,9 @@
33 KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
34 IUSE="doc examples ssl test"
35
36 -DEPEND="ssl? ( dev-libs/openssl )
37 +RDEPEND="ssl? ( dev-libs/openssl )
38 >=dev-libs/boost-1.35.0"
39 +DEPEND="${RDEPEND}"
40
41 src_prepare() {
42 if ! use test; then