diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-28 15:19:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-28 15:19:41 +0000 |
commit | 5d76a413a79230de916bfa9b99a2983c1217d40a (patch) | |
tree | 0086b64471e8fa077189a6c4e7e1eacd92ca9b4f /media-libs/chromaprint | |
parent | x86 stable wrt bug #399459 (diff) | |
download | historical-5d76a413a79230de916bfa9b99a2983c1217d40a.tar.gz historical-5d76a413a79230de916bfa9b99a2983c1217d40a.tar.bz2 historical-5d76a413a79230de916bfa9b99a2983c1217d40a.zip |
Fix extra boost dep I forgot in last commit
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'media-libs/chromaprint')
-rw-r--r-- | media-libs/chromaprint/chromaprint-0.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/chromaprint/chromaprint-0.6.ebuild b/media-libs/chromaprint/chromaprint-0.6.ebuild index cf33e7ef4251..1b6e1f47cc95 100644 --- a/media-libs/chromaprint/chromaprint-0.6.ebuild +++ b/media-libs/chromaprint/chromaprint-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-0.6.ebuild,v 1.1 2012/01/28 13:17:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/chromaprint/chromaprint-0.6.ebuild,v 1.2 2012/01/28 15:19:41 ssuominen Exp $ EAPI=4 inherit cmake-utils @@ -18,7 +18,6 @@ IUSE="test tools" RDEPEND=">=virtual/ffmpeg-0.6 tools? ( >=media-libs/taglib-1.6 )" DEPEND="${RDEPEND} - dev-libs/boost test? ( dev-cpp/gtest ) tools? ( dev-libs/boost )" |