diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-03 15:14:03 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-03 15:14:03 +0000 |
commit | c4bd2fb767756185ac2f964a07cf397fb1738dd6 (patch) | |
tree | ec87af62c090d32b644f3a4fcfd989ce9acd3d78 /sys-libs/db | |
parent | old (diff) | |
download | gentoo-2-c4bd2fb767756185ac2f964a07cf397fb1738dd6.tar.gz gentoo-2-c4bd2fb767756185ac2f964a07cf397fb1738dd6.tar.bz2 gentoo-2-c4bd2fb767756185ac2f964a07cf397fb1738dd6.zip |
Stable on sparc #86985
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9-r10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index f3b29af7ebc1..2e3afa3c4b3a 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.131 2005/07/19 21:36:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.132 2005/08/03 15:14:02 gustavoz Exp $ + + 03 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> db-3.2.9-r10.ebuild: + Stable on sparc #86985 19 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> db-4.2.52_p2.ebuild: Stable on alpha. diff --git a/sys-libs/db/db-3.2.9-r10.ebuild b/sys-libs/db/db-3.2.9-r10.ebuild index 0db340bf237e..95c824016031 100644 --- a/sys-libs/db/db-3.2.9-r10.ebuild +++ b/sys-libs/db/db-3.2.9-r10.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-libs/db/db-3.2.9-r10.ebuild,v 1.21 2005/05/29 14:15:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.22 2005/08/03 15:14:03 gustavoz Exp $ inherit gnuconfig libtool eutils db @@ -12,7 +12,7 @@ LICENSE="DB" SLOT="3" # This ebuild is to be the compatibility ebuild for when db4 is put # in the tree. -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sparc x86" IUSE="doc java" RDEPEND="virtual/libc" |