diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 17:57:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 17:57:33 +0000 |
commit | f540fbeda36ba912361448a9e86b08dcf65b5b48 (patch) | |
tree | 4ac18573d21aab68c02d9f857a852e5ad9187c0e /sys-apps | |
parent | Stable for ppc, wrt bug #454606 (diff) | |
download | gentoo-2-f540fbeda36ba912361448a9e86b08dcf65b5b48.tar.gz gentoo-2-f540fbeda36ba912361448a9e86b08dcf65b5b48.tar.bz2 gentoo-2-f540fbeda36ba912361448a9e86b08dcf65b5b48.zip |
Stable for ppc, wrt bug #455026
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.6.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index 08b8d7826b30..93b7c0abd21a 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.36 2013/02/03 16:15:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.37 2013/02/03 17:57:33 ago Exp $ + + 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> man-db-2.6.3-r1.ebuild: + Stable for ppc, wrt bug #455026 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> man-db-2.6.3-r1.ebuild: Stable for x86, wrt bug #455026 diff --git a/sys-apps/man-db/man-db-2.6.3-r1.ebuild b/sys-apps/man-db/man-db-2.6.3-r1.ebuild index a18326df985f..3fb08281ab1e 100644 --- a/sys-apps/man-db/man-db-2.6.3-r1.ebuild +++ b/sys-apps/man-db/man-db-2.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3-r1.ebuild,v 1.4 2013/02/03 16:15:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v 1.5 2013/02/03 17:57:33 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" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="berkdb +gdbm nls static-libs zlib" RDEPEND="dev-libs/libpipeline |