diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-13 22:52:42 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-13 22:52:42 +0000 |
commit | 0f5909703a95a92a4ae88ca8a474b07e3e143fbc (patch) | |
tree | a07ecaa04596c93ccd868f7f6aeebf5f59ecce07 /sys-devel | |
parent | added header (diff) | |
download | gentoo-2-0f5909703a95a92a4ae88ca8a474b07e3e143fbc.tar.gz gentoo-2-0f5909703a95a92a4ae88ca8a474b07e3e143fbc.tar.bz2 gentoo-2-0f5909703a95a92a4ae88ca8a474b07e3e143fbc.zip |
Stable on alpha, bug 77437.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.875d.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 8fabc1ab2e8c..d717d9cdea76 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.38 2005/01/12 01:30:33 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.39 2005/01/13 22:52:42 kloeri Exp $ + + 13 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> bison-1.875d.ebuild: + Stable on alpha, bug 77437. 12 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> bison-1.875d.ebuild: Marked stable on amd64, bug #77438 diff --git a/sys-devel/bison/bison-1.875d.ebuild b/sys-devel/bison/bison-1.875d.ebuild index f763244605bb..01bf98b38263 100644 --- a/sys-devel/bison/bison-1.875d.ebuild +++ b/sys-devel/bison/bison-1.875d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.7 2005/01/12 01:30:33 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.8 2005/01/13 22:52:42 kloeri Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://alpha.gnu.org/pub/gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls static" DEPEND="sys-devel/m4 |