diff options
author | 2004-10-15 02:19:54 +0000 | |
---|---|---|
committer | 2004-10-15 02:19:54 +0000 | |
commit | d9984dff6bfd6a9540252e2d916aae00e50859fc (patch) | |
tree | 0e3ff744afed405fa5481f9dcc976d8e5b6d6bcf /sys-devel/bison/bison-1.875.ebuild | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-d9984dff6bfd6a9540252e2d916aae00e50859fc.tar.gz gentoo-2-d9984dff6bfd6a9540252e2d916aae00e50859fc.tar.bz2 gentoo-2-d9984dff6bfd6a9540252e2d916aae00e50859fc.zip |
tidy up
Diffstat (limited to 'sys-devel/bison/bison-1.875.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.875.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild index e29aa8d31256..4035dc2c7de7 100644 --- a/sys-devel/bison/bison-1.875.ebuild +++ b/sys-devel/bison/bison-1.875.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.25 2004/10/15 02:00:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.26 2004/10/15 02:19:54 vapier Exp $ inherit gcc flag-o-matic eutils gnuconfig @@ -11,13 +11,11 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" -IUSE="nls static uclibc" +IUSE="nls static" DEPEND="sys-devel/m4 nls? ( sys-devel/gettext )" -use uclibc && PROVIDE="dev-util/yacc" - src_unpack() { unpack ${A} cd ${S} @@ -59,9 +57,7 @@ src_install() { # We do not need this. rm -f ${D}/usr/lib/liby.a - dodoc AUTHORS NEWS ChangeLog README REFERENCES OChangeLog - docinto txt - dodoc doc/FAQ + dodoc AUTHORS NEWS ChangeLog README REFERENCES OChangeLog doc/FAQ } pkg_postinst() { |