diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-11-06 02:15:33 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-11-06 02:15:33 +0000 |
commit | d7a52dd1c173e7e4fae98e6ef3c9169480f18b00 (patch) | |
tree | 811b2d207e51e96ddaa625eaf5c0b3dd67cc5a13 /dev-db/firebird | |
parent | add support for LZMA files (diff) | |
download | historical-d7a52dd1c173e7e4fae98e6ef3c9169480f18b00.tar.gz historical-d7a52dd1c173e7e4fae98e6ef3c9169480f18b00.tar.bz2 historical-d7a52dd1c173e7e4fae98e6ef3c9169480f18b00.zip |
Stable on x86, bug #198213
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index 5e9c7c649220..392670231129 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.76 2007/10/19 18:09:27 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.77 2007/11/06 02:15:33 cla Exp $ + + 06 Nov 2007; Dawid Węgliński <cla@gentoo.org> + firebird-2.0.3.12981.0-r2.ebuild: + Stable on x86 (bug #198213) *firebird-2.1.0.16780_beta2 (19 Oct 2007) diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild index 3f2ad3eb0990..a4027cab715c 100644 --- a/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild +++ b/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.2 2007/10/01 15:08:58 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.3 2007/11/06 02:15:33 cla Exp $ inherit flag-o-matic eutils autotools versionator @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/firebird/${MY_P}.tar.bz2 LICENSE="Interbase-1.0" SLOT="0" -KEYWORDS="~amd64 -ia64 ~x86" +KEYWORDS="~amd64 -ia64 x86" IUSE="doc xinetd examples debug" RESTRICT="userpriv" |