diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-14 16:21:50 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-14 16:21:50 +0000 |
commit | f0df5c491568d60738b624aa10924fe947555944 (patch) | |
tree | 863e5da21d696f4b5e4c40b50197a2a6c17a0b40 /sys-libs | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-f0df5c491568d60738b624aa10924fe947555944.tar.gz gentoo-2-f0df5c491568d60738b624aa10924fe947555944.tar.bz2 gentoo-2-f0df5c491568d60738b624aa10924fe947555944.zip |
Stable on amd64.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-4.1.25_p1-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 55e350d0aa6e..2f61ebd04e09 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.108 2004/12/14 02:33:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.109 2004/12/14 16:21:50 absinthe Exp $ + + 14 Dec 2004; Dylan Carlson <absinthe@gentoo.org> db-4.1.25_p1-r4.ebuild: + Stable on amd64. 13 Dec 2004; Mike Frysinger <vapier@gentoo.org> db-1.85-r2.ebuild: Update patch to be cross-compile friendly. diff --git a/sys-libs/db/db-4.1.25_p1-r4.ebuild b/sys-libs/db/db-4.1.25_p1-r4.ebuild index f01fffccb99b..09f71185e315 100644 --- a/sys-libs/db/db-4.1.25_p1-r4.ebuild +++ b/sys-libs/db/db-4.1.25_p1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.11 2004/12/01 15:21:27 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.12 2004/12/14 16:21:50 absinthe Exp $ inherit eutils gnuconfig db @@ -27,7 +27,7 @@ done LICENSE="DB" SLOT="4.1" -KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~sh" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~ppc64 ~s390 ~sh" IUSE="tcltk java doc uclibc" DEPEND="tcltk? ( dev-lang/tcl ) |