diff options
Diffstat (limited to 'app-pda/libopensync/libopensync-0.19.ebuild')
-rw-r--r-- | app-pda/libopensync/libopensync-0.19.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-pda/libopensync/libopensync-0.19.ebuild b/app-pda/libopensync/libopensync-0.19.ebuild index f538c05a5ef1..c19afb40a320 100644 --- a/app-pda/libopensync/libopensync-0.19.ebuild +++ b/app-pda/libopensync/libopensync-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.19.ebuild,v 1.2 2006/10/23 14:23:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.19.ebuild,v 1.3 2006/10/23 18:54:55 peper Exp $ inherit multilib @@ -14,14 +14,15 @@ LICENSE="LGPL-2.1" IUSE="debug doc python" #profiling" - needs tau - http://www.cs.uoregon.edu/research/tau/ -DEPEND=">=dev-db/sqlite-3 + +RDEPEND=">=dev-db/sqlite-3 >=dev-libs/glib-2 - >=dev-util/pkgconfig-0.9.0 python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 ) - doc? ( app-doc/doxygen ) debug? ( >=dev-libs/check-0.9.2 ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0 + doc? ( app-doc/doxygen )" # Tests are broken in 0.19 RESTRICT="test" |