diff options
Diffstat (limited to 'dev-vcs/rcs')
-rw-r--r-- | dev-vcs/rcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/rcs/rcs-5.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/rcs/ChangeLog b/dev-vcs/rcs/ChangeLog index a1ee24839c7c..eccbcdea934a 100644 --- a/dev-vcs/rcs/ChangeLog +++ b/dev-vcs/rcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/rcs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.22 2013/06/26 02:53:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.23 2013/06/26 08:48:09 ago Exp $ + + 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rcs-5.8.2.ebuild: + Stable for ia64, wrt bug #472452 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rcs-5.8.2.ebuild: Stable for alpha, wrt bug #472452 diff --git a/dev-vcs/rcs/rcs-5.8.2.ebuild b/dev-vcs/rcs/rcs-5.8.2.ebuild index 6372b9cc6571..52def0fb7645 100644 --- a/dev-vcs/rcs/rcs-5.8.2.ebuild +++ b/dev-vcs/rcs/rcs-5.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.8.2.ebuild,v 1.8 2013/06/26 02:53:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.8.2.ebuild,v 1.9 2013/06/26 08:48:09 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm 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 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="sys-apps/diffutils" |