diff options
Diffstat (limited to 'dev-vcs/cvsps')
-rw-r--r-- | dev-vcs/cvsps/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cvsps/cvsps-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog index 03749cb0d7c8..5daf411669dc 100644 --- a/dev-vcs/cvsps/ChangeLog +++ b/dev-vcs/cvsps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsps # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.2 2010/09/03 12:30:58 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.3 2010/10/19 05:33:59 leio Exp $ + + 19 Oct 2010; Mart Raudsepp <leio@gentoo.org> cvsps-2.1.ebuild: + Drop to ~mips 03 Sep 2010; Christian Faulhammer <fauli@gentoo.org> cvsps-2.1-r1.ebuild: add ~x86-freebsd diff --git a/dev-vcs/cvsps/cvsps-2.1.ebuild b/dev-vcs/cvsps/cvsps-2.1.ebuild index b679957aac17..d703d1e9797a 100644 --- a/dev-vcs/cvsps/cvsps-2.1.ebuild +++ b/dev-vcs/cvsps/cvsps-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild,v 1.1 2010/06/19 00:31:55 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild,v 1.2 2010/10/19 05:33:59 leio Exp $ inherit eutils @@ -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 ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="sys-libs/zlib" |