diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 20:13:55 +0000 |
commit | feca7881ee2b907372296d39dcbabd14600380ef (patch) | |
tree | 467d2bd11574f6c8ec53d5bfce8c3dad66a40ffd /sys-devel/bison/bison-1.34.ebuild | |
parent | fix the patch (diff) | |
download | historical-feca7881ee2b907372296d39dcbabd14600380ef.tar.gz historical-feca7881ee2b907372296d39dcbabd14600380ef.tar.bz2 historical-feca7881ee2b907372296d39dcbabd14600380ef.zip |
Added LICENSE tag
Diffstat (limited to 'sys-devel/bison/bison-1.34.ebuild')
-rw-r--r-- | sys-devel/bison/bison-1.34.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/bison/bison-1.34.ebuild b/sys-devel/bison/bison-1.34.ebuild index f849b861dee8..1863b2dcd76e 100644 --- a/sys-devel/bison/bison-1.34.ebuild +++ b/sys-devel/bison/bison-1.34.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34.ebuild,v 1.1 2002/03/20 19:05:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A yacc-compatible parser generator" SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" +LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" RDEPEND="virtual/glibc" |