diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-02 14:12:27 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-02 14:12:27 +0000 |
commit | 2535109ebb2f74416399a808ab43bc160adbbd06 (patch) | |
tree | 9a1c427b30a276c5d9f34916015ffac0a5961d85 /dev-db/firebird | |
parent | mask firebird use flag as dev-db/firebird is bumped back to testing; bug 156885 (diff) | |
download | gentoo-2-2535109ebb2f74416399a808ab43bc160adbbd06.tar.gz gentoo-2-2535109ebb2f74416399a808ab43bc160adbbd06.tar.bz2 gentoo-2-2535109ebb2f74416399a808ab43bc160adbbd06.zip |
bumping back to ~amd64 because of known problems according to upstream; bug 156885
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index fe2d71de489c..6b5007159645 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.49 2007/01/31 13:38:06 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.50 2007/02/02 14:12:27 blubb Exp $ + + 02 Feb 2007; Simon Stelling <blubb@gentoo.org> firebird-1.5.3-r1.ebuild: + bumping back to ~amd64 because of known problems according to upstream; bug + 156885 31 Jan 2007; Marius Mauch <genone@gentoo.org> firebird-1.5.1.ebuild, firebird-1.5.2.ebuild, firebird-1.5.3.ebuild, firebird-1.5.3-r1.ebuild: diff --git a/dev-db/firebird/firebird-1.5.3-r1.ebuild b/dev-db/firebird/firebird-1.5.3-r1.ebuild index c05b65943856..0d13c674fe5e 100644 --- a/dev-db/firebird/firebird-1.5.3-r1.ebuild +++ b/dev-db/firebird/firebird-1.5.3-r1.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-1.5.3-r1.ebuild,v 1.9 2007/01/31 13:38:06 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.10 2007/02/02 14:12:27 blubb Exp $ inherit flag-o-matic eutils @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2 LICENSE="Interbase-1.0" SLOT="0" -KEYWORDS="amd64 -ia64 sparc x86" +KEYWORDS="~amd64 -ia64 sparc x86" IUSE="xinetd doc" RESTRICT="nouserpriv" |