diff options
Diffstat (limited to 'app-pda/libopensync/libopensync-0.22.ebuild')
-rw-r--r-- | app-pda/libopensync/libopensync-0.22.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-pda/libopensync/libopensync-0.22.ebuild b/app-pda/libopensync/libopensync-0.22.ebuild index 54f0a1802919..cee14b95234f 100644 --- a/app-pda/libopensync/libopensync-0.22.ebuild +++ b/app-pda/libopensync/libopensync-0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.22.ebuild,v 1.16 2008/06/15 06:11:14 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.22.ebuild,v 1.17 2009/11/15 22:02:52 eva Exp $ inherit eutils @@ -21,13 +21,13 @@ RESTRICT="test" RDEPEND=">=dev-db/sqlite-3 >=dev-libs/glib-2 dev-libs/libxml2 - python? ( >=dev-lang/python-2.2 - >=dev-lang/swig-1.3.17 ) - debug? ( >=dev-libs/check-0.9.2 ) " + python? ( >=dev-lang/python-2.2 ) + debug? ( >=dev-libs/check-0.9.2 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0 - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen ) + python? ( >=dev-lang/swig-1.3.17 )" src_unpack() { unpack ${A} |