diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-13 20:04:40 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-13 20:04:40 +0000 |
commit | 55783ebcb5917f58fc5611567e7d7cc42fa13046 (patch) | |
tree | d2727e428878ab52f83b9238a1ccb7ffa621d2b2 /dev-vcs | |
parent | There is no such thing as FEATURES=maketest. (diff) | |
download | gentoo-2-55783ebcb5917f58fc5611567e7d7cc42fa13046.tar.gz gentoo-2-55783ebcb5917f58fc5611567e7d7cc42fa13046.tar.bz2 gentoo-2-55783ebcb5917f58fc5611567e7d7cc42fa13046.zip |
amd64 stable wrt byg #506080
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cvs/cvs-1.12.12-r10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/cvs/ChangeLog b/dev-vcs/cvs/ChangeLog index 78ee0d3e364c..9df4bdc3332e 100644 --- a/dev-vcs/cvs/ChangeLog +++ b/dev-vcs/cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.16 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.17 2014/05/13 20:04:40 zlogene Exp $ + + 13 May 2014; Mikle Kolyada <zlogene@gentoo.org> cvs-1.12.12-r10.ebuild: + amd64 stable wrt byg #506080 13 May 2014; Jeroen Roovers <jer@gentoo.org> cvs-1.11.23.ebuild, cvs-1.12.12-r6.ebuild, cvs-1.12.12-r7.ebuild, cvs-1.12.12-r8.ebuild, diff --git a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild b/dev-vcs/cvs/cvs-1.12.12-r10.ebuild index aad0b17132f0..2575802cebbf 100644 --- a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild +++ b/dev-vcs/cvs/cvs-1.12.12-r10.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/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.5 2014/05/13 19:26:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.6 2014/05/13 20:04:40 zlogene Exp $ EAPI=3 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt doc kerberos nls pam server" |