diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-22 13:46:39 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-22 13:46:39 +0000 |
commit | d25122179058d88776cd983b8a96f47f4e8e52c7 (patch) | |
tree | 5fe8b11f5718ef9eaeb80c15415c49f0f6b52d72 /dev-util/cvsps | |
parent | ppc stable, bug #173781 (diff) | |
download | gentoo-2-d25122179058d88776cd983b8a96f47f4e8e52c7.tar.gz gentoo-2-d25122179058d88776cd983b8a96f47f4e8e52c7.tar.bz2 gentoo-2-d25122179058d88776cd983b8a96f47f4e8e52c7.zip |
ppc stable, bug #173882
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-util/cvsps')
-rw-r--r-- | dev-util/cvsps/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cvsps/cvsps-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cvsps/ChangeLog b/dev-util/cvsps/ChangeLog index 2e13571c3361..8cc29a778922 100644 --- a/dev-util/cvsps/ChangeLog +++ b/dev-util/cvsps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cvsps # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsps/ChangeLog,v 1.19 2007/04/10 23:29:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsps/ChangeLog,v 1.20 2007/04/22 13:46:39 dertobi123 Exp $ + + 22 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> cvsps-2.1.ebuild: + ppc stable, bug #173882 10 Apr 2007; Jeroen Roovers <jer@gentoo.org> cvsps-2.1.ebuild: Stable for HPPA (bug #173882). diff --git a/dev-util/cvsps/cvsps-2.1.ebuild b/dev-util/cvsps/cvsps-2.1.ebuild index 293428e49e60..0157060c86f1 100644 --- a/dev-util/cvsps/cvsps-2.1.ebuild +++ b/dev-util/cvsps/cvsps-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsps/cvsps-2.1.ebuild,v 1.11 2007/04/10 23:29:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsps/cvsps-2.1.ebuild,v 1.12 2007/04/22 13:46:39 dertobi123 Exp $ MY_P="${P/_/}" S="${WORKDIR}/${MY_P}" @@ -10,7 +10,7 @@ SRC_URI="http://www.cobite.com/cvsps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa mips ~ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa mips ppc ~ppc-macos ppc64 sparc x86" IUSE="" DEPEND="sys-libs/zlib" |