diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-15 22:02:52 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-15 22:02:52 +0000 |
commit | b4b26b0dcb33a8684a67a0d380bc93ac9033b8ea (patch) | |
tree | 34d6f83b78c694fe0450d8f2f2a7c34a1c0e0f57 /app-pda/libopensync/libopensync-0.22.ebuild | |
parent | Fix support for non-multilib profiles in PYTHON(). Print additional data in v... (diff) | |
download | gentoo-2-b4b26b0dcb33a8684a67a0d380bc93ac9033b8ea.tar.gz gentoo-2-b4b26b0dcb33a8684a67a0d380bc93ac9033b8ea.tar.bz2 gentoo-2-b4b26b0dcb33a8684a67a0d380bc93ac9033b8ea.zip |
Version bump, bug #283228. Fix swig dependency on old ebuilds, bug #221457. Make sure use flags match something. Clean up old revisions.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
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} |