diff options
author | 2004-04-25 17:27:10 +0000 | |
---|---|---|
committer | 2004-04-25 17:27:10 +0000 | |
commit | 6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4 (patch) | |
tree | 73f24d2aa63bac4b9dcacf4315a11bc93c1ab504 /dev-libs/eb/eb-3.3.4.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4.tar.gz gentoo-2-6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4.tar.bz2 gentoo-2-6c72cda9c633c533ab2c09a56c9b2ee1b7e43af4.zip |
Marked stable on x86. Don't assign default to S
Diffstat (limited to 'dev-libs/eb/eb-3.3.4.ebuild')
-rw-r--r-- | dev-libs/eb/eb-3.3.4.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/eb/eb-3.3.4.ebuild b/dev-libs/eb/eb-3.3.4.ebuild index e10e598f9921..d78f86213c55 100644 --- a/dev-libs/eb/eb-3.3.4.ebuild +++ b/dev-libs/eb/eb-3.3.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-3.3.4.ebuild,v 1.3 2004/01/01 20:21:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-3.3.4.ebuild,v 1.4 2004/04/25 17:27:10 usata Exp $ IUSE="nls" -DESCRIPTION="EB a C library and utilities for accessing CD-ROM books" +DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books" HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/eb/" SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.gz" @@ -16,8 +16,6 @@ DEPEND="virtual/glibc sys-libs/zlib nls? ( sys-devel/gettext )" -S=${WORKDIR}/${P} - src_compile () { econf `use_enable nls` || die |