diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 19:39:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 19:39:58 +0000 |
commit | e48a1350b861177bcf28b24e70fafb93e51871e6 (patch) | |
tree | e1dc1ef241d1e652a9b3d1fca7ee004cbb02fd40 /sys-apps | |
parent | Stable for arm, wrt bug #454544 (diff) | |
download | gentoo-2-e48a1350b861177bcf28b24e70fafb93e51871e6.tar.gz gentoo-2-e48a1350b861177bcf28b24e70fafb93e51871e6.tar.bz2 gentoo-2-e48a1350b861177bcf28b24e70fafb93e51871e6.zip |
Stable for arm, 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 93b7c0abd21a..6dfad4bed8c5 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.37 2013/02/03 17:57:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.38 2013/02/03 19:39:58 ago Exp $ + + 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> man-db-2.6.3-r1.ebuild: + Stable for arm, wrt bug #455026 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> man-db-2.6.3-r1.ebuild: Stable for ppc, 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 3fb08281ab1e..820a54f363ec 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.5 2013/02/03 17:57:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.3-r1.ebuild,v 1.6 2013/02/03 19:39:58 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 |