diff options
author | Sergey Kuleshov <sergey@gentoo.org> | 2003-09-10 14:30:01 +0000 |
---|---|---|
committer | Sergey Kuleshov <sergey@gentoo.org> | 2003-09-10 14:30:01 +0000 |
commit | 89282f11f307c9bc8b70a6fc4b3cbb24c63cf4ac (patch) | |
tree | f34b6da51d0f9384bd5c67f9dc1b23ea31795d3f /app-misc | |
parent | Fixed the dep for chmlib. (diff) | |
download | gentoo-2-89282f11f307c9bc8b70a6fc4b3cbb24c63cf4ac.tar.gz gentoo-2-89282f11f307c9bc8b70a6fc4b3cbb24c63cf4ac.tar.bz2 gentoo-2-89282f11f307c9bc8b70a6fc4b3cbb24c63cf4ac.zip |
Fixed the dep for chmlib.
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/xchm/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/xchm/Manifest | 4 | ||||
-rw-r--r-- | app-misc/xchm/files/digest-xchm-0.7.1 | 1 | ||||
-rw-r--r-- | app-misc/xchm/xchm-0.7.1.ebuild | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/app-misc/xchm/ChangeLog b/app-misc/xchm/ChangeLog index 5ec34c6103cd..f6f2f2d8e904 100644 --- a/app-misc/xchm/ChangeLog +++ b/app-misc/xchm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/xchm # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/ChangeLog,v 1.1 2003/09/09 19:21:06 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/ChangeLog,v 1.2 2003/09/10 14:29:54 sergey Exp $ + + 10 Sep 2003; Sergey Kuleshov <svyatogor@gentoo.org> xchm-0.7.1.ebuild: + Fixed the dep for chmlib (changed dev-libs to app-doc). *xchm-0.7.1 (09 Sep 2003) diff --git a/app-misc/xchm/Manifest b/app-misc/xchm/Manifest index 4c6d4c03c891..5028c1159c3c 100644 --- a/app-misc/xchm/Manifest +++ b/app-misc/xchm/Manifest @@ -1,3 +1,3 @@ -MD5 ac5a92725772f463e389cca1fa721ca5 ChangeLog 393 -MD5 5031399b4b7b64aefad91b5a742a33e9 xchm-0.7.1.ebuild 699 +MD5 82705eed16af3571b0c62179c372ba59 ChangeLog 524 +MD5 b129ed050c2fbba65df93f3610ee5c24 xchm-0.7.1.ebuild 698 MD5 26584a1580591452400d9bb636a461d5 files/digest-xchm-0.7.1 62 diff --git a/app-misc/xchm/files/digest-xchm-0.7.1 b/app-misc/xchm/files/digest-xchm-0.7.1 index a8588740634e..ce47289a7bee 100644 --- a/app-misc/xchm/files/digest-xchm-0.7.1 +++ b/app-misc/xchm/files/digest-xchm-0.7.1 @@ -1,2 +1 @@ MD5 3d588dfa7840c150a7b2dc8d418066ee xchm-0.7.1.tar.gz 102545 -MD5 ec65212e637cbc2fe9e8fda8d7a99b19 xchm-0.7.1-doc.tar.gz 57172 diff --git a/app-misc/xchm/xchm-0.7.1.ebuild b/app-misc/xchm/xchm-0.7.1.ebuild index 258fec5abd6a..871d69a247d0 100644 --- a/app-misc/xchm/xchm-0.7.1.ebuild +++ b/app-misc/xchm/xchm-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/xchm-0.7.1.ebuild,v 1.2 2003/09/09 19:21:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xchm/xchm-0.7.1.ebuild,v 1.3 2003/09/10 14:29:54 sergey Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=dev-libs/chmlib-0.31 +DEPEND=">=app-doc/chmlib-0.31 >=x11-libs/wxGTK-2.4.0" src_compile() { |