diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-01 04:57:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-10-01 04:57:46 +0000 |
commit | c72fcce73786edecfee1ed472fc613efd1c8a6cd (patch) | |
tree | 16c4e14c85c3982eeee8c29bf5b8a91e0cf2379a /sys-apps/man-pages | |
parent | Bump for #436250 (diff) | |
download | gentoo-2-c72fcce73786edecfee1ed472fc613efd1c8a6cd.tar.gz gentoo-2-c72fcce73786edecfee1ed472fc613efd1c8a6cd.tar.bz2 gentoo-2-c72fcce73786edecfee1ed472fc613efd1c8a6cd.zip |
Stabilize for all #436694.
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/man-pages')
-rw-r--r-- | sys-apps/man-pages/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man-pages/man-pages-3.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/man-pages/ChangeLog b/sys-apps/man-pages/ChangeLog index 535793eadbcb..da6b76aa3be2 100644 --- a/sys-apps/man-pages/ChangeLog +++ b/sys-apps/man-pages/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man-pages # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.179 2012/09/25 12:11:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.180 2012/10/01 04:57:46 vapier Exp $ + + 01 Oct 2012; Mike Frysinger <vapier@gentoo.org> man-pages-3.42.ebuild: + Stabilize for all #436694. 25 Sep 2012; Ulrich Müller <ulm@gentoo.org> man-pages-3.28.ebuild, man-pages-3.29.ebuild, man-pages-3.30.ebuild, man-pages-3.31.ebuild, diff --git a/sys-apps/man-pages/man-pages-3.42.ebuild b/sys-apps/man-pages/man-pages-3.42.ebuild index b5e8f6503498..2ec11da711f6 100644 --- a/sys-apps/man-pages/man-pages-3.42.ebuild +++ b/sys-apps/man-pages/man-pages-3.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.42.ebuild,v 1.2 2012/09/25 12:11:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.42.ebuild,v 1.3 2012/10/01 04:57:46 vapier Exp $ EAPI=3 @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.gz LICENSE="man-pages GPL-2+ BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN" IUSE="nls ${IUSE_LINGUAS// / linguas_}" RESTRICT="binchecks" |