diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-03-04 21:47:59 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-03-04 21:47:59 +0000 |
commit | c14ee2af291f0f77b590d7d409c11fc69d231e55 (patch) | |
tree | 7a9369668202e7be946e4ec8f207516122edd443 /sys-devel | |
parent | mask sys-devel/bison (diff) | |
download | historical-c14ee2af291f0f77b590d7d409c11fc69d231e55.tar.gz historical-c14ee2af291f0f77b590d7d409c11fc69d231e55.tar.bz2 historical-c14ee2af291f0f77b590d7d409c11fc69d231e55.zip |
~ppc-macos keyword. closes Bug 65957
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.875d.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 96dcc6a34379..4fd9fb340112 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.40 2005/02/07 04:21:25 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.41 2005/03/04 21:47:59 kito Exp $ + + 04 Mar 2005; Kito <kito@gentoo.org> bison-1.875d.ebuild: + ~ppc-macos keyword. closes Bug 65957 06 Feb 2005; Joshua Kinard <kumba@gentoo.org> bison-1.875d.ebuild: Marked stable on mips. diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index 9959eee47221..cc5ccd09cf3c 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -1,6 +1,6 @@ -MD5 e5b9a06553b934b9afe17c680cdfa7c5 ChangeLog 5775 +MD5 80c4445f04c895b7be2237434adcca3f ChangeLog 5873 MD5 8c84616c45d124011832de90f7838807 bison-1.875.ebuild 1801 -MD5 8087a00bb44295dbe1a39d45fececd2d bison-1.875d.ebuild 1781 +MD5 d6bf5f02ccd16a7a75f96216ddb8c877 bison-1.875d.ebuild 1792 MD5 2248d37ee73b8782eb8c1204223bc3bf bison-2.0.ebuild 1396 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 diff --git a/sys-devel/bison/bison-1.875d.ebuild b/sys-devel/bison/bison-1.875d.ebuild index 2b1ac05aeb5d..1852c73ef8ac 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.9 2005/02/07 04:21:25 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.10 2005/03/04 21:47:59 kito 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 ~ppc-macos" IUSE="nls static" DEPEND="sys-devel/m4 |