diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:07:43 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:07:43 +0000 |
commit | ccdc910693ce4eedfc6c071e12f4cbdb0186f54f (patch) | |
tree | 3b6d10e21620fe38e79049d7807ddf0d3345ead8 /x11-misc/xchm | |
parent | stable on x86 (diff) | |
download | gentoo-2-ccdc910693ce4eedfc6c071e12f4cbdb0186f54f.tar.gz gentoo-2-ccdc910693ce4eedfc6c071e12f4cbdb0186f54f.tar.bz2 gentoo-2-ccdc910693ce4eedfc6c071e12f4cbdb0186f54f.zip |
updated dependency on 1.0-r1 for #96032
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xchm')
-rw-r--r-- | x11-misc/xchm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xchm/xchm-1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xchm/ChangeLog b/x11-misc/xchm/ChangeLog index 1291d743ff7a..62ec1c89f024 100644 --- a/x11-misc/xchm/ChangeLog +++ b/x11-misc/xchm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xchm # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.27 2005/06/14 00:43:43 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.28 2005/06/14 12:07:43 smithj Exp $ + + 14 Jun 2005; Jonathan Smith <smithj@gentoo.org> xchm-1.0-r1.ebuild: + updated dependency on 1.0-r1 for #96032 *xchm-1.0-r1 (14 Jun 2005) diff --git a/x11-misc/xchm/xchm-1.0-r1.ebuild b/x11-misc/xchm/xchm-1.0-r1.ebuild index 59b5403b66db..32638a27b375 100644 --- a/x11-misc/xchm/xchm-1.0-r1.ebuild +++ b/x11-misc/xchm/xchm-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.0-r1.ebuild,v 1.1 2005/06/14 00:43:43 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.0-r1.ebuild,v 1.2 2005/06/14 12:07:43 smithj Exp $ inherit eutils wxwidgets @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc unicode" DEPEND=">=app-doc/chmlib-0.31 - >=x11-libs/wxGTK-2.4.0" + >=x11-libs/wxGTK-2.6.0" src_compile() { local myconf |