diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-08-26 22:29:41 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-08-26 22:29:41 +0000 |
commit | b2e412c096f622634bd513943e01a76f2bc82894 (patch) | |
tree | eb95243ab3d0cdb930b1ffdba2ad08c59ee2e846 /net-im/ekg | |
parent | Version bump to Beta6 as per bug 190296. (diff) | |
download | gentoo-2-b2e412c096f622634bd513943e01a76f2bc82894.tar.gz gentoo-2-b2e412c096f622634bd513943e01a76f2bc82894.tar.bz2 gentoo-2-b2e412c096f622634bd513943e01a76f2bc82894.zip |
Fix issues pointed out in bug #189735.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.7.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index 1204b58c0e0d..9bf7c34a834b 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ekg # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.35 2007/08/26 17:21:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.36 2007/08/26 22:29:41 spock Exp $ + + 26 Aug 2007; Michał Januszewski <spock@gentoo.org> ekg-1.7.ebuild: + Fix issues pointed out in bug #189735. 26 Aug 2007; Raúl Porcel <armin76@gentoo.org> ekg-1.7.ebuild: alpha/ia64/x86 stable wrt #189735 diff --git a/net-im/ekg/ekg-1.7.ebuild b/net-im/ekg/ekg-1.7.ebuild index 03c307f27b34..aaefc13cf073 100644 --- a/net-im/ekg/ekg-1.7.ebuild +++ b/net-im/ekg/ekg-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.2 2007/08/26 17:21:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.3 2007/08/26 22:29:41 spock Exp $ inherit eutils autotools @@ -52,14 +52,14 @@ src_compile() { `use_with threads pthread` \ `use_with jpeg libjpeg` \ `use_with gif libgif` \ - `use_enable zlib` \ + `use_with zlib` \ `use_enable spell aspell` \ - `use_enable ssl openssl` \ + `use_with ssl openssl` \ || die emake || die } src_install() { make DESTDIR="${D}" install || die - dodoc docs/* docs/api/* + dodoc docs/{*.txt,ULOTKA,TODO,README,FAQ} } |