diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-14 23:51:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-14 23:51:14 +0000 |
commit | 8645733589cd53b5c8293ae2823a8c1f8a15315a (patch) | |
tree | dd5bf9f56039218314c6105d7669447c6d682764 /sys-libs/zlib | |
parent | Correct keywords for virtual/emacs-22; other archs will be added again when ... (diff) | |
download | gentoo-2-8645733589cd53b5c8293ae2823a8c1f8a15315a.tar.gz gentoo-2-8645733589cd53b5c8293ae2823a8c1f8a15315a.tar.bz2 gentoo-2-8645733589cd53b5c8293ae2823a8c1f8a15315a.zip |
scrub USE=build
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.3-r1.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sys-libs/zlib/zlib-1.2.3-r1.ebuild b/sys-libs/zlib/zlib-1.2.3-r1.ebuild index 84d8fcbc56c1..db80e4947d3a 100644 --- a/sys-libs/zlib/zlib-1.2.3-r1.ebuild +++ b/sys-libs/zlib/zlib-1.2.3-r1.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/sys-libs/zlib/zlib-1.2.3-r1.ebuild,v 1.11 2007/05/12 09:15:08 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3-r1.ebuild,v 1.12 2007/05/14 23:51:14 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2 LICENSE="ZLIB" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="build" +IUSE="" RDEPEND="" @@ -45,12 +45,10 @@ src_install() { insinto /usr/include doins zconf.h zlib.h - if ! use build ; then - doman zlib.3 - dodoc FAQ README ChangeLog - docinto txt - dodoc algorithm.txt - fi + doman zlib.3 + dodoc FAQ README ChangeLog + docinto txt + dodoc algorithm.txt # we don't need the static lib in /lib # as it's only for compiling against |