diff options
author | 2014-10-16 16:38:45 +0000 | |
---|---|---|
committer | 2014-10-16 16:38:45 +0000 | |
commit | 758b5f24fc9cae1fc37882b3ce366b6d39a2e4b9 (patch) | |
tree | d5c5f993cdbb81c1d6ccbf1572b02f73440b1612 /sys-apps/man-pages | |
parent | Version bump #524884 by jospezial. Add missing dependencies #515478 by Patri... (diff) | |
download | gentoo-2-758b5f24fc9cae1fc37882b3ce366b6d39a2e4b9.tar.gz gentoo-2-758b5f24fc9cae1fc37882b3ce366b6d39a2e4b9.tar.bz2 gentoo-2-758b5f24fc9cae1fc37882b3ce366b6d39a2e4b9.zip |
Stabilize for all.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
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.72.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/man-pages/ChangeLog b/sys-apps/man-pages/ChangeLog index ea87c1970f6e..18fa21e9d32f 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.229 2014/10/06 13:56:01 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.230 2014/10/16 16:38:45 vapier Exp $ + + 16 Oct 2014; Mike Frysinger <vapier@gentoo.org> man-pages-3.72.ebuild: + Stabilize for all. *man-pages-3.74 (06 Oct 2014) diff --git a/sys-apps/man-pages/man-pages-3.72.ebuild b/sys-apps/man-pages/man-pages-3.72.ebuild index 76b910b1d2a2..24bc53cdf374 100644 --- a/sys-apps/man-pages/man-pages-3.72.ebuild +++ b/sys-apps/man-pages/man-pages-3.72.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-apps/man-pages/man-pages-3.72.ebuild,v 1.1 2014/09/09 05:15:52 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.72.ebuild,v 1.2 2014/10/16 16:38:45 vapier Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz LICENSE="man-pages GPL-2+ BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-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" |