diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 15:49:05 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 15:49:05 +0000 |
commit | 0e8f79edec32714d9df1ca804de01c9932dbce37 (patch) | |
tree | fbc2b63a5134fdb9b592d4acceaa9feaa59aea80 /dev-vcs/cvs | |
parent | ia64 stable wrt bug #505920 (diff) | |
download | gentoo-2-0e8f79edec32714d9df1ca804de01c9932dbce37.tar.gz gentoo-2-0e8f79edec32714d9df1ca804de01c9932dbce37.tar.bz2 gentoo-2-0e8f79edec32714d9df1ca804de01c9932dbce37.zip |
ia64 stable wrt bug #506080
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
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 7b634101a13a..1a81f994178f 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.21 2014/05/25 18:45:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.22 2014/06/08 15:49:05 hattya Exp $ + + 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> cvs-1.12.12-r10.ebuild: + ia64 stable wrt bug #506080 25 May 2014; Markus Meier <maekke@gentoo.org> cvs-1.12.12-r10.ebuild: arm stable, 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 0e82134a4c7a..60b20ecfeeba 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.10 2014/05/25 18:45:32 maekke Exp $ +# $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 $ 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' |