diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-04 20:54:23 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-04 20:54:23 +0000 |
commit | fff86e321d695f83cb2eef3ca59909f4da7456ce (patch) | |
tree | 85ea6f993d0055ebfb1d40006377f75e1653f937 /sys-libs | |
parent | moved in ebuilds (diff) | |
download | gentoo-2-fff86e321d695f83cb2eef3ca59909f4da7456ce.tar.gz gentoo-2-fff86e321d695f83cb2eef3ca59909f4da7456ce.tar.bz2 gentoo-2-fff86e321d695f83cb2eef3ca59909f4da7456ce.zip |
Stable on amd64 wrt bug #159445
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-1.85-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 0839a52c71e7..01747186a8c0 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.184 2007/01/04 20:11:06 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.185 2007/01/04 20:54:23 welp Exp $ + + 04 Jan 2007; Peter Weller (welp) <welp@gentoo.org> db-1.85-r3.ebuild: + Stable on amd64 wrt bug #159445 04 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> db-1.85-r3.ebuild: Stable on IA64. diff --git a/sys-libs/db/db-1.85-r3.ebuild b/sys-libs/db/db-1.85-r3.ebuild index d1708b9094e7..ff86d8e8d1fc 100644 --- a/sys-libs/db/db-1.85-r3.ebuild +++ b/sys-libs/db/db-1.85-r3.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/sys-libs/db/db-1.85-r3.ebuild,v 1.6 2007/01/04 20:11:06 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r3.ebuild,v 1.7 2007/01/04 20:54:23 welp Exp $ inherit eutils toolchain-funcs multilib @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.sleepycat.com/releases/db.${PV}.tar.gz LICENSE="DB" SLOT="1" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="" DEPEND="" |