diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-22 11:44:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-22 11:44:58 +0000 |
commit | a756a58736ca401e26844963121e1b8025015f13 (patch) | |
tree | ec62cf30b1d40751c53417f0e1f7cb48ba55592e /app-pda | |
parent | Add dependency on dev-libs/glib:2, bug #514362 (diff) | |
download | gentoo-2-a756a58736ca401e26844963121e1b8025015f13.tar.gz gentoo-2-a756a58736ca401e26844963121e1b8025015f13.tar.bz2 gentoo-2-a756a58736ca401e26844963121e1b8025015f13.zip |
Raise libwbxml dependency to ensure everyone has the headers in the same place.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libsyncml/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/libsyncml/libsyncml-0.5.4.ebuild | 4 | ||||
-rw-r--r-- | app-pda/libsyncml/libsyncml-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-pda/libsyncml/ChangeLog b/app-pda/libsyncml/ChangeLog index 8bfa15b7b4cb..6d27bf9f145f 100644 --- a/app-pda/libsyncml/ChangeLog +++ b/app-pda/libsyncml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/libsyncml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.21 2014/06/22 11:44:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.22 2014/06/22 11:44:58 ssuominen Exp $ + + 22 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> libsyncml-0.5.4.ebuild, + libsyncml-9999.ebuild: + Raise libwbxml dependency to ensure everyone has the headers in the same + place. 22 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> libsyncml-0.5.4.ebuild, libsyncml-9999.ebuild: diff --git a/app-pda/libsyncml/libsyncml-0.5.4.ebuild b/app-pda/libsyncml/libsyncml-0.5.4.ebuild index bab756754450..2a4169b6021e 100644 --- a/app-pda/libsyncml/libsyncml-0.5.4.ebuild +++ b/app-pda/libsyncml/libsyncml-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 1.4 2014/06/22 11:44:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.4.ebuild,v 1.5 2014/06/22 11:44:58 ssuominen Exp $ EAPI=5 inherit cmake-utils @@ -18,7 +18,7 @@ IUSE="debug doc http +obex test" # automagic, bug #285040 # libsoup:2.2 is forced off to avoid automagic RDEPEND=">=dev-libs/glib-2.12 - >=dev-libs/libwbxml-0.10 + >=dev-libs/libwbxml-0.11.0 dev-libs/libxml2 http? ( net-libs/libsoup:2.4 ) obex? ( diff --git a/app-pda/libsyncml/libsyncml-9999.ebuild b/app-pda/libsyncml/libsyncml-9999.ebuild index d517c1d37bb4..1a27ea90ca84 100644 --- a/app-pda/libsyncml/libsyncml-9999.ebuild +++ b/app-pda/libsyncml/libsyncml-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild,v 1.8 2014/06/22 11:44:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild,v 1.9 2014/06/22 11:44:58 ssuominen Exp $ EAPI=5 inherit cmake-utils subversion @@ -20,7 +20,7 @@ IUSE="+debug doc http +obex test" # automagic, bug #285040 # libsoup:2.2 is forced off to avoid automagic RDEPEND=">=dev-libs/glib-2.12 - >=dev-libs/libwbxml-0.10 + >=dev-libs/libwbxml-0.11.0 dev-libs/libxml2 http? ( net-libs/libsoup:2.4 ) obex? ( |