diff options
author | 2007-05-14 23:51:14 +0000 | |
---|---|---|
committer | 2007-05-14 23:51:14 +0000 | |
commit | 9d496e5e7d1c11244d647dc709821c1a6a18758e (patch) | |
tree | cc71142d7bd929009949c36e79f3bcbb991a1f61 /sys-libs/zlib/zlib-1.2.3-r1.ebuild | |
parent | Correct keywords for virtual/emacs-22; other archs will be added again when a... (diff) | |
download | historical-9d496e5e7d1c11244d647dc709821c1a6a18758e.tar.gz historical-9d496e5e7d1c11244d647dc709821c1a6a18758e.tar.bz2 historical-9d496e5e7d1c11244d647dc709821c1a6a18758e.zip |
scrub USE=build
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-libs/zlib/zlib-1.2.3-r1.ebuild')
-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 |