diff options
author | 2008-04-20 17:07:42 +0000 | |
---|---|---|
committer | 2008-04-20 17:07:42 +0000 | |
commit | 2160da7b019fcbd24d177f7d78c1e71e5000f58d (patch) | |
tree | 6dc8eaf22842e8278196c81177e1499937679190 /app-pda/libopensync | |
parent | amd64 stable wrt #218563, thanks to Víctor Enríquez for testing. (diff) | |
download | gentoo-2-2160da7b019fcbd24d177f7d78c1e71e5000f58d.tar.gz gentoo-2-2160da7b019fcbd24d177f7d78c1e71e5000f58d.tar.bz2 gentoo-2-2160da7b019fcbd24d177f7d78c1e71e5000f58d.zip |
Make swig a build-time only dependency, fixes bug #216996.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'app-pda/libopensync')
-rw-r--r-- | app-pda/libopensync/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/libopensync/libopensync-0.36.ebuild | 5 | ||||
-rw-r--r-- | app-pda/libopensync/libopensync-9999.ebuild | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-pda/libopensync/ChangeLog b/app-pda/libopensync/ChangeLog index dcdb739277d7..3e9f469cb2df 100644 --- a/app-pda/libopensync/ChangeLog +++ b/app-pda/libopensync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libopensync # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.25 2008/03/02 17:34:47 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/ChangeLog,v 1.26 2008/04/20 17:07:42 flameeyes Exp $ + + 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> + libopensync-0.36.ebuild, libopensync-9999.ebuild: + Make swig a build-time only dependency, fixes bug #216996. 02 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> libopensync-0.22.ebuild: ~mips diff --git a/app-pda/libopensync/libopensync-0.36.ebuild b/app-pda/libopensync/libopensync-0.36.ebuild index 233eaa5df5b6..20a756b1fb43 100644 --- a/app-pda/libopensync/libopensync-0.36.ebuild +++ b/app-pda/libopensync/libopensync-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild,v 1.1 2008/01/27 17:39:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.36.ebuild,v 1.2 2008/04/20 17:07:42 flameeyes Exp $ inherit cmake-utils eutils @@ -21,9 +21,10 @@ 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 )" + python? ( >=dev-lang/python-2.2 )" DEPEND="${RDEPEND} + python? ( >=dev-lang/swig-1.3.17 ) >=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 c58ccb5018b1..9b7f037b4145 100644 --- a/app-pda/libopensync/libopensync-9999.ebuild +++ b/app-pda/libopensync/libopensync-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.3 2007/12/23 02:19:16 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-9999.ebuild,v 1.4 2008/04/20 17:07:42 flameeyes Exp $ inherit cmake-utils eutils subversion @@ -23,9 +23,10 @@ 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 )" + python? ( >=dev-lang/python-2.2 )" DEPEND="${RDEPEND} + python? ( >=dev-lang/swig-1.3.17 ) >=dev-util/cmake-2.4.7 >=dev-util/pkgconfig-0.9.0 doc? ( app-doc/doxygen )" |