diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2008-10-10 15:49:48 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2008-10-10 15:49:48 +0000 |
commit | d3f2149262aae95a06d29aa40918dd893492b32b (patch) | |
tree | 49f749cf9a7d95e18909de0ef25b17e3364ab15b /app-editors | |
parent | Unmasked KDE 4.1.2 and associated dependencies/extras at long last. Sorry (diff) | |
download | gentoo-2-d3f2149262aae95a06d29aa40918dd893492b32b.tar.gz gentoo-2-d3f2149262aae95a06d29aa40918dd893492b32b.tar.bz2 gentoo-2-d3f2149262aae95a06d29aa40918dd893492b32b.zip |
Add missing dependencies as per bug #239629
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-mactel i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xmlcopyeditor/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.ebuild (renamed from app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog index 8602b8652f91..8f21e26d4691 100644 --- a/app-editors/xmlcopyeditor/ChangeLog +++ b/app-editors/xmlcopyeditor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/xmlcopyeditor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.9 2008/09/02 11:26:24 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.10 2008/10/10 15:49:48 yoswink Exp $ + +*xmlcopyeditor-1.2.0.2-r1 (10 Oct 2008) + + 10 Oct 2008; Jose Luis Rivero <yoswink@gentoo.org> + -xmlcopyeditor-1.2.0.2.ebuild, +xmlcopyeditor-1.2.0.2-r1.ebuild: + Add missing dependencies as per bug #239629 *xmlcopyeditor-1.2.0.2 (02 Sep 2008) diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.ebuild index 9045b2f06be6..e2d8c88d35a1 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.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-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild,v 1.1 2008/09/02 11:26:24 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.ebuild,v 1.1 2008/10/10 15:49:48 yoswink Exp $ WX_GTK_VER="2.8" @@ -16,7 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="guidexml" -DEPEND="dev-libs/xerces-c \ +DEPEND="dev-libs/libxml2 \ + dev-libs/libxslt \ + dev-libs/xerces-c \ dev-libs/boost \ dev-libs/libpcre \ app-text/aspell \ |