diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-28 09:05:38 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-28 09:05:38 +0000 |
commit | b515868c2cc6f7cdfb662df85ea866de4b7a6291 (patch) | |
tree | d5cc8403d46421bcd7dcb43b5c619f99d13d8083 /dev-vcs/rcs | |
parent | Version bump (diff) | |
download | gentoo-2-b515868c2cc6f7cdfb662df85ea866de4b7a6291.tar.gz gentoo-2-b515868c2cc6f7cdfb662df85ea866de4b7a6291.tar.bz2 gentoo-2-b515868c2cc6f7cdfb662df85ea866de4b7a6291.zip |
Stable on alpha, bug 555838
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-vcs/rcs')
-rw-r--r-- | dev-vcs/rcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/rcs/rcs-5.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/rcs/ChangeLog b/dev-vcs/rcs/ChangeLog index e2f1e950e98f..7a6a2c6f7913 100644 --- a/dev-vcs/rcs/ChangeLog +++ b/dev-vcs/rcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/rcs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.36 2015/07/27 07:01:49 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.37 2015/07/28 09:05:38 klausman Exp $ + + 28 Jul 2015; Tobias Klausmann <klausman@gentoo.org> rcs-5.9.3.ebuild: + Stable on alpha, bug 555838 26 Jul 2015; Markus Meier <maekke@gentoo.org> rcs-5.9.3.ebuild: arm stable, bug #555838 diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild index 239aeed372c2..83d03332c779 100644 --- a/dev-vcs/rcs/rcs-5.9.3.ebuild +++ b/dev-vcs/rcs/rcs-5.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.4 2015/07/26 08:40:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.5 2015/07/28 09:05:38 klausman Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="doc" RDEPEND=" |