diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-01 23:24:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-01 23:24:26 +0000 |
commit | a16f99134ce5dddefe606818880e74a93fc1ff98 (patch) | |
tree | 9b5dc8c2f9d87e0489ffddde296a94507bd92f48 /dev-vcs/cvsps | |
parent | Fix manifest. (diff) | |
download | gentoo-2-a16f99134ce5dddefe606818880e74a93fc1ff98.tar.gz gentoo-2-a16f99134ce5dddefe606818880e74a93fc1ff98.tar.bz2 gentoo-2-a16f99134ce5dddefe606818880e74a93fc1ff98.zip |
Stable for HPPA (bug #418975).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/cvsps')
-rw-r--r-- | dev-vcs/cvsps/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cvsps/cvsps-2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog index 8dd9c2d90735..0d30daf069a9 100644 --- a/dev-vcs/cvsps/ChangeLog +++ b/dev-vcs/cvsps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsps # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.5 2012/05/09 15:24:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.6 2012/08/01 23:24:26 jer Exp $ + + 01 Aug 2012; Jeroen Roovers <jer@gentoo.org> cvsps-2.1-r1.ebuild: + Stable for HPPA (bug #418975). 09 May 2012; Alexis Ballier <aballier@gentoo.org> cvsps-2.1-r1.ebuild: keyword ~amd64-fbsd diff --git a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild index 6d15308c3b41..0c8c0503f11b 100644 --- a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild +++ b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.5 2012/05/09 15:24:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.6 2012/08/01 23:24:26 jer Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.cobite.com/cvsps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="sys-libs/zlib" |