diff options
author | 2007-12-23 02:19:16 +0000 | |
---|---|---|
committer | 2007-12-23 02:19:16 +0000 | |
commit | f308803769481c39c1e216627b1d5d95ab3ccd1e (patch) | |
tree | 59e4d107dfb2c5dfa288cb6f5cf4d91c3a779ee3 /app-pda | |
parent | Version bump. (diff) | |
download | gentoo-2-f308803769481c39c1e216627b1d5d95ab3ccd1e.tar.gz gentoo-2-f308803769481c39c1e216627b1d5d95ab3ccd1e.tar.bz2 gentoo-2-f308803769481c39c1e216627b1d5d95ab3ccd1e.zip |
Fix cmake dep.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libopensync/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/libopensync/libopensync-0.35.ebuild | 3 | ||||
-rw-r--r-- | app-pda/libopensync/libopensync-9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-pda/libopensync/ChangeLog b/app-pda/libopensync/ChangeLog index d61be6d9c93d..b1e4d7248fd0 100644 --- a/app-pda/libopensync/ChangeLog +++ b/app-pda/libopensync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libopensync # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.22 2007/12/21 23:02:25 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.23 2007/12/23 02:19:16 peper Exp $ + + 23 Dec 2007; Piotr Jaroszyński <peper@gentoo.org> + libopensync-0.35.ebuild, libopensync-9999.ebuild: + Fix cmake dep. *libopensync-0.35 (21 Dec 2007) diff --git a/app-pda/libopensync/libopensync-0.35.ebuild b/app-pda/libopensync/libopensync-0.35.ebuild index d14eb87b5f91..58f4d40a537f 100644 --- a/app-pda/libopensync/libopensync-0.35.ebuild +++ b/app-pda/libopensync/libopensync-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild,v 1.1 2007/12/21 23:02:25 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.35.ebuild,v 1.2 2007/12/23 02:19:16 peper Exp $ inherit cmake-utils eutils @@ -24,6 +24,7 @@ RDEPEND=">=dev-db/sqlite-3 python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 )" DEPEND="${RDEPEND} + >=dev-util/cmake-2.4.7 >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen )" diff --git a/app-pda/libopensync/libopensync-9999.ebuild b/app-pda/libopensync/libopensync-9999.ebuild index 145fd6278131..c58ccb5018b1 100644 --- a/app-pda/libopensync/libopensync-9999.ebuild +++ b/app-pda/libopensync/libopensync-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.2 2007/12/21 23:02:25 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.3 2007/12/23 02:19:16 peper Exp $ inherit cmake-utils eutils subversion @@ -26,6 +26,7 @@ RDEPEND=">=dev-db/sqlite-3 python? ( >=dev-lang/python-2.2 >=dev-lang/swig-1.3.17 )" DEPEND="${RDEPEND} + >=dev-util/cmake-2.4.7 >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen )" |