diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-23 07:02:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-23 07:02:15 +0000 |
commit | 6e36b8debfc245035c2270d3d0863cfee6663765 (patch) | |
tree | 3f02f4797522067d161f3382fc9793370078c979 /app-editors/xmlcopyeditor | |
parent | Mark s390 stable #273358 by Theo Chatzimichos. (diff) | |
download | gentoo-2-6e36b8debfc245035c2270d3d0863cfee6663765.tar.gz gentoo-2-6e36b8debfc245035c2270d3d0863cfee6663765.tar.bz2 gentoo-2-6e36b8debfc245035c2270d3d0863cfee6663765.zip |
Drop RDEPEND on dev-libs/boost (#293064)
(Portage version: 2.2_rc67_p630/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xmlcopyeditor')
-rw-r--r-- | app-editors/xmlcopyeditor/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog index 50556d6c4e6e..c5bb5cd1764e 100644 --- a/app-editors/xmlcopyeditor/ChangeLog +++ b/app-editors/xmlcopyeditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xmlcopyeditor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.15 2010/07/25 18:39:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.16 2010/08/23 07:02:15 tove Exp $ + + 23 Aug 2010; Torsten Veller <tove@gentoo.org> + xmlcopyeditor-1.2.0.6.ebuild: + Drop RDEPEND on dev-libs/boost (#293064) *xmlcopyeditor-1.2.0.6 (25 Jul 2010) diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild index cf94d76e35ff..3dbb7d450991 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 # 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.1 2010/07/25 18:39:22 tove Exp $ +# $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 $ EAPI="2" @@ -19,14 +19,14 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="guidexml" -DEPEND=">=dev-libs/libxml2-2.7.3-r1 +RDEPEND=">=dev-libs/libxml2-2.7.3-r1 dev-libs/libxslt dev-libs/xerces-c - dev-libs/boost dev-libs/libpcre app-text/aspell x11-libs/wxGTK:2.8[X]" -RDEPEND=${DEPEND} +DEPEND="${RDEPEND} + dev-libs/boost" src_install() { emake DESTDIR="${D}" install || die "make install failed" |