diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 09:39:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 09:39:55 +0000 |
commit | e708dd5d12dadecad8356c1bc88924ec07d807f6 (patch) | |
tree | 36d1c305534095f7109387f42edca875bb66deb5 /sys-apps/man-db | |
parent | Stable for ia64, wrt bug #495920 (diff) | |
download | gentoo-2-e708dd5d12dadecad8356c1bc88924ec07d807f6.tar.gz gentoo-2-e708dd5d12dadecad8356c1bc88924ec07d807f6.tar.bz2 gentoo-2-e708dd5d12dadecad8356c1bc88924ec07d807f6.zip |
Stable for ia64, wrt bug #495924
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.6.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index 66c63aadda37..afb11d9fa2b7 100644 --- a/sys-apps/man-db/ChangeLog +++ b/sys-apps/man-db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man-db -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.55 2013/12/31 08:45:39 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.56 2014/01/15 09:39:55 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> man-db-2.6.5.ebuild: + Stable for ia64, wrt bug #495924 31 Dec 2013; Markus Meier <maekke@gentoo.org> man-db-2.6.5.ebuild: arm stable, bug #495924 diff --git a/sys-apps/man-db/man-db-2.6.5.ebuild b/sys-apps/man-db/man-db-2.6.5.ebuild index 38acf0eee180..5270cb1f22a3 100644 --- a/sys-apps/man-db/man-db-2.6.5.ebuild +++ b/sys-apps/man-db/man-db-2.6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v 1.6 2013/12/31 08:45:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.5.ebuild,v 1.7 2014/01/15 09:39:55 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~arm-linux ~x86-linux" IUSE="berkdb +gdbm nls selinux static-libs zlib" RDEPEND="dev-libs/libpipeline |