diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-11 10:29:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-11 10:29:00 +0000 |
commit | cb0c319c3fb5223819d15b784bce3136a4e7d121 (patch) | |
tree | 337ecc2ccf76910a3afbd4de176dfcf85b1f8bbf /sys-libs | |
parent | Stable for HPPA (bug #532036). (diff) | |
download | gentoo-2-cb0c319c3fb5223819d15b784bce3136a4e7d121.tar.gz gentoo-2-cb0c319c3fb5223819d15b784bce3136a4e7d121.tar.bz2 gentoo-2-cb0c319c3fb5223819d15b784bce3136a4e7d121.zip |
Stable for HPPA (bug #525282).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 f21201dd3f51..ae0f785249b9 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.364 2014/10/27 01:52:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.365 2014/12/11 10:29:00 jer Exp $ + + 11 Dec 2014; Jeroen Roovers <jer@gentoo.org> db-4.8.30-r2.ebuild: + Stable for HPPA (bug #525282). 27 Oct 2014; Mike Frysinger <vapier@gentoo.org> db-4.8.30-r1.ebuild: Mark arm64/m68k/s390/sh stable. diff --git a/sys-libs/db/db-4.8.30-r2.ebuild b/sys-libs/db/db-4.8.30-r2.ebuild index 7bd0abec8fe9..6b9285d6973e 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.1 2014/08/03 22:03:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.2 2014/12/11 10:29:00 jer 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 )" |