summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-30 16:20:37 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-30 16:20:37 +0000
commit7512596294c0a0c759d702644d43d7a972b8d1d5 (patch)
tree9f46540d2df7782be88001326b381229e02ab476 /dev-ml/dose3
parentversion bump (diff)
downloadgentoo-2-7512596294c0a0c759d702644d43d7a972b8d1d5.tar.gz
gentoo-2-7512596294c0a0c759d702644d43d7a972b8d1d5.tar.bz2
gentoo-2-7512596294c0a0c759d702644d43d7a972b8d1d5.zip
fix xml deps, bug #527468
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/dose3')
-rw-r--r--dev-ml/dose3/ChangeLog5
-rw-r--r--dev-ml/dose3/dose3-3.3_beta2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/dose3/ChangeLog b/dev-ml/dose3/ChangeLog
index 08acddaf1e30..caa1f430706a 100644
--- a/dev-ml/dose3/ChangeLog
+++ b/dev-ml/dose3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/dose3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/ChangeLog,v 1.3 2014/10/29 09:11:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/ChangeLog,v 1.4 2014/10/30 16:20:37 aballier Exp $
+
+ 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> dose3-3.3_beta2-r2.ebuild:
+ fix xml deps, bug #527468
*dose3-3.3_beta2-r2 (29 Oct 2014)
diff --git a/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild b/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild
index 2f70d4486491..507d9a0e6b54 100644
--- a/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild
+++ b/dev-ml/dose3/dose3-3.3_beta2-r2.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/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild,v 1.1 2014/10/29 09:11:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/dose3/dose3-3.3_beta2-r2.ebuild,v 1.2 2014/10/30 16:20:37 aballier Exp $
EAPI=5
@@ -23,7 +23,7 @@ RDEPEND="
zip? ( dev-ml/camlzip:= )
bzip2? ( dev-ml/camlbz2:= )
>=dev-ml/ocamlgraph-1.8.5:=
- xml? ( || ( dev-ml/ocaml-expat:= dev-ml/xml-light:= ) )
+ xml? ( dev-ml/ocaml-expat:= dev-ml/xml-light:= )
curl? ( dev-ml/ocurl:= )
rpm4? ( app-arch/rpm )
"