diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 15:55:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 15:55:39 +0000 |
commit | 7ce34caeaf2849953c8be17fb993cb2a5b9f88ad (patch) | |
tree | c9da640c42a204806af65d24954730a261187f48 /sys-libs | |
parent | Stable for ppc, wrt bug #525060 (diff) | |
download | gentoo-2-7ce34caeaf2849953c8be17fb993cb2a5b9f88ad.tar.gz gentoo-2-7ce34caeaf2849953c8be17fb993cb2a5b9f88ad.tar.bz2 gentoo-2-7ce34caeaf2849953c8be17fb993cb2a5b9f88ad.zip |
Stable for ppc, wrt bug #525282
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/db/db-4.8.30-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index b5ab217947f4..734076c36ae6 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.369 2014/12/26 13:15:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.370 2014/12/31 15:55:39 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> db-4.8.30-r2.ebuild: + Stable for ppc, wrt bug #525282 26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> db-4.8.30-r2.ebuild: Stable for x86, wrt bug #525282 diff --git a/sys-libs/db/db-4.8.30-r2.ebuild b/sys-libs/db/db-4.8.30-r2.ebuild index b13e0c724267..2e7874dfebd1 100644 --- a/sys-libs/db/db-4.8.30-r2.ebuild +++ b/sys-libs/db/db-4.8.30-r2.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-r2.ebuild,v 1.6 2014/12/26 13:15:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.7 2014/12/31 15:55:39 ago Exp $ EAPI=5 @@ -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" REQUIRED_USE="test? ( tcl )" |