diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-04 15:01:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-04 15:01:49 +0000 |
commit | 15732e53fb5f950ab42f339a9da64c259b3a4f3f (patch) | |
tree | 9fda9f80e13c9d25fee0cd9a4b05aeeed9ef0f46 /dev-vcs/cvsps | |
parent | Cleanup. (diff) | |
download | gentoo-2-15732e53fb5f950ab42f339a9da64c259b3a4f3f.tar.gz gentoo-2-15732e53fb5f950ab42f339a9da64c259b3a4f3f.tar.bz2 gentoo-2-15732e53fb5f950ab42f339a9da64c259b3a4f3f.zip |
Stable ppc ppc64, bug #418975
(Portage version: 2.1.10.65/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 276dab8b2478..cb4bbc300dc9 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.8 2012/08/03 06:17:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.9 2012/08/04 15:01:49 blueness Exp $ + + 04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cvsps-2.1-r1.ebuild: + Stable ppc ppc64, bug #418975 03 Aug 2012; Jeff Horelick <jdhore@gentoo.org> cvsps-2.1-r1.ebuild: marked x86 per bug 418975 diff --git a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild index 8a6e01ddad5d..7182c024036d 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.8 2012/08/03 06:17:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.9 2012/08/04 15:01:49 blueness 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" |