diff options
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index d5eca8561382..bca870f86c67 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,9 @@ # 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.53 2007/05/11 15:49:53 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.54 2007/05/11 16:02:48 armin76 Exp $ + + 11 May 2007; Raúl Porcel <armin76@gentoo.org> firebird-1.5.4.ebuild: + x86 stable wrt security bug 120343 *firebird-2.0.1.12855.0 (11 May 2007) diff --git a/dev-db/firebird/firebird-1.5.4.ebuild b/dev-db/firebird/firebird-1.5.4.ebuild index 0472c595b8c2..9364c6f01218 100644 --- a/dev-db/firebird/firebird-1.5.4.ebuild +++ b/dev-db/firebird/firebird-1.5.4.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.4.ebuild,v 1.1 2007/05/09 16:13:04 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.4.ebuild,v 1.2 2007/05/11 16:02:48 armin76 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" |