diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-08-01 07:26:41 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-08-01 07:26:41 +0000 |
commit | fff2b082a7d3bac627b88f4ee95deb9f934d142a (patch) | |
tree | d0fb434d416c7a9d850247fba7d0b7b1323882a9 /app-editors/xmlcopyeditor | |
parent | marked x86 per bug 417815 (diff) | |
download | gentoo-2-fff2b082a7d3bac627b88f4ee95deb9f934d142a.tar.gz gentoo-2-fff2b082a7d3bac627b88f4ee95deb9f934d142a.tar.bz2 gentoo-2-fff2b082a7d3bac627b88f4ee95deb9f934d142a.zip |
Require xerces-c with USE=icu. Reported by dabbott.
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'app-editors/xmlcopyeditor')
-rw-r--r-- | app-editors/xmlcopyeditor/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog index 54a523c7715b..7b4505bcc4c5 100644 --- a/app-editors/xmlcopyeditor/ChangeLog +++ b/app-editors/xmlcopyeditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xmlcopyeditor -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.19 2011/10/09 07:42:53 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.20 2012/08/01 07:26:41 phajdan.jr Exp $ + + 01 Aug 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + xmlcopyeditor-1.2.0.6.ebuild: + Require xerces-c with USE=icu. Reported by dabbott. 09 Oct 2011; Torsten Veller <tove@gentoo.org> metadata.xml: Remove tove from metadata.xml diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild index 3dbb7d450991..4c1ff1477934 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.2 2010/08/23 07:02:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.3 2012/08/01 07:26:41 phajdan.jr Exp $ EAPI="2" @@ -21,7 +21,7 @@ IUSE="guidexml" RDEPEND=">=dev-libs/libxml2-2.7.3-r1 dev-libs/libxslt - dev-libs/xerces-c + dev-libs/xerces-c[icu] dev-libs/libpcre app-text/aspell x11-libs/wxGTK:2.8[X]" |