diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:53:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:53:37 +0000 |
commit | 225edf8cb5111853955e4769d94819648ec7fb89 (patch) | |
tree | ddb2e6dd70875f2e381ede6efb81403e8dcc65c9 | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-225edf8cb5111853955e4769d94819648ec7fb89.tar.gz gentoo-2-225edf8cb5111853955e4769d94819648ec7fb89.tar.bz2 gentoo-2-225edf8cb5111853955e4769d94819648ec7fb89.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-4.8.30-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 400bc0085891..c63730856f8a 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.350 2014/06/18 20:50:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.351 2014/07/22 10:53:37 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> db-4.8.30-r1.ebuild: + Stable for amd64, wrt bug #512912 18 Jun 2014; Michał Górny <mgorny@gentoo.org> db-4.8.30-r1.ebuild, db-5.3.28-r2.ebuild, db-6.0.30.ebuild: diff --git a/sys-libs/db/db-4.8.30-r1.ebuild b/sys-libs/db/db-4.8.30-r1.ebuild index d464b358eb20..04926e9a400b 100644 --- a/sys-libs/db/db-4.8.30-r1.ebuild +++ b/sys-libs/db/db-4.8.30-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.2 2014/06/18 20:50:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r1.ebuild,v 1.3 2014/07/22 10:53:37 ago Exp $ EAPI=4 @@ -28,7 +28,7 @@ done LICENSE="Sleepycat" SLOT="4.8" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="doc java cxx tcl test" # the entire testsuite needs the TCL functionality |