diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:17:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:17:17 +0000 |
commit | 3c3c13941bb17de7b4cfaae6152ce8699cb8f287 (patch) | |
tree | 20839dfd46a67f20715c8e8dc137c45ebee4fb9f /sys-libs/db | |
parent | Stable for sparc, wrt bug #525060 (diff) | |
download | gentoo-2-3c3c13941bb17de7b4cfaae6152ce8699cb8f287.tar.gz gentoo-2-3c3c13941bb17de7b4cfaae6152ce8699cb8f287.tar.bz2 gentoo-2-3c3c13941bb17de7b4cfaae6152ce8699cb8f287.zip |
Stable for sparc, wrt bug #525282
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/db')
-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 90d451b447f0..939c861790ed 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/db # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.371 2015/01/01 11:09:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.372 2015/01/02 12:17:17 ago Exp $ + + 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> db-4.8.30-r2.ebuild: + Stable for sparc, wrt bug #525282 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> db-4.8.30-r2.ebuild: Stable for ppc64, 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 e84f02803052..1c5b977352f9 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-2015 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.8 2015/01/01 11:09:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.9 2015/01/02 12:17:17 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 )" |