diff options
author | 2014-07-19 17:36:57 +0000 | |
---|---|---|
committer | 2014-07-19 17:36:57 +0000 | |
commit | 8c5ba90df3c921dc814d681fec044550015c2b9a (patch) | |
tree | 51e6308346707262a872cb3da360cea70c95d4d8 /dev-vcs/cvs | |
parent | Stable for HPPA (bug #516524). (diff) | |
download | gentoo-2-8c5ba90df3c921dc814d681fec044550015c2b9a.tar.gz gentoo-2-8c5ba90df3c921dc814d681fec044550015c2b9a.tar.bz2 gentoo-2-8c5ba90df3c921dc814d681fec044550015c2b9a.zip |
Stable on alpha, bug #506080
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-vcs/cvs')
-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 1a81f994178f..803df7b1a0e4 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.22 2014/06/08 15:49:05 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.23 2014/07/19 17:36:57 klausman Exp $ + + 19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> cvs-1.12.12-r10.ebuild: + Stable on alpha, bug #506080 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> cvs-1.12.12-r10.ebuild: ia64 stable wrt bug #506080 diff --git a/dev-vcs/cvs/cvs-1.12.12-r10.ebuild b/dev-vcs/cvs/cvs-1.12.12-r10.ebuild index 60b20ecfeeba..be86af6805e0 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.11 2014/06/08 15:49:05 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.12 2014/07/19 17:36:57 klausman 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" RESTRICT='test' |