diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-07 11:50:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-07 11:50:00 +0000 |
commit | 0063902e579e279b15acb650e654f2db292cd02f (patch) | |
tree | ee7b96629510271e0ad55e5bee40a5192e757843 /dev-cpp/asio | |
parent | old, uncompatible with ossl1 (diff) | |
download | historical-0063902e579e279b15acb650e654f2db292cd02f.tar.gz historical-0063902e579e279b15acb650e654f2db292cd02f.tar.bz2 historical-0063902e579e279b15acb650e654f2db292cd02f.zip |
Silence repoman.
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/Manifest | 2 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.4.5.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest index 980c34326cc6..34e30517b291 100644 --- a/dev-cpp/asio/Manifest +++ b/dev-cpp/asio/Manifest @@ -1,4 +1,4 @@ DIST asio-1.4.5.tar.bz2 877613 RMD160 de98bf053fc95394fbcfcad9c63049e656d95cd7 SHA1 e98fdb6a2edc4d74c827328bad4ff8412c86afb9 SHA256 33fcb5bdd88ec0833b0069b5d1e4aba6a257b1f55f728274dfca5316e99901ff -EBUILD asio-1.4.5.ebuild 1000 RMD160 f3ae9edcdf4e0c4602cb794a4800b25e8d355284 SHA1 65c14c6ac792c1a6fcce3e70348b0f79357afd01 SHA256 4a6e0fee044abd12122a9189b6adbeeaf67c46f9a0a086bac6d2f42403265aa4 +EBUILD asio-1.4.5.ebuild 1023 RMD160 312aad2a10068a5a9fcf435f43b26f2b57e63b03 SHA1 00e73366c888dfb12214abd26165241d0eb7140f SHA256 8eb1b5e6a8223acc6db1cc3e133934bb7e7c042a7db51daf31725be6c8cd7fd1 MISC ChangeLog 3634 RMD160 72b1a733adad7a6315460f4065600069f886e391 SHA1 976668122ccb51f884b14c0fba77bdc3336e11ee SHA256 9380eaa60bfef0bc92515ad2530b820c93c1780fd450886aa0667369df62f290 MISC metadata.xml 156 RMD160 537178ef5a820896e97475fb9aded47d50474bef SHA1 2a4ef4879b918a28132d21cd6d1bbaa2a30dccde SHA256 0e8490f9c62cb74e5894b52f643a02de0024d97dbfebad43082dce6bcb39555f diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild index 21b2f0359097..498e35cb0bf6 100644 --- a/dev-cpp/asio/asio-1.4.5.ebuild +++ b/dev-cpp/asio/asio-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.7 2010/08/29 14:37:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.8 2010/09/07 11:50:00 ssuominen Exp $ EAPI=2 @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="doc examples ssl test" -DEPEND="ssl? ( dev-libs/openssl ) +RDEPEND="ssl? ( dev-libs/openssl ) >=dev-libs/boost-1.35.0" +DEPEND="${RDEPEND}" src_prepare() { if ! use test; then |