diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-20 12:46:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-20 12:46:35 +0000 |
commit | bd714ab271054d1baac072f4a7d54f432788944a (patch) | |
tree | e2aa6dccf4dbaac32f6314da1614a43ebeb4b5de /dev-vcs | |
parent | Respect CC, #243992 (diff) | |
download | gentoo-2-bd714ab271054d1baac072f4a7d54f432788944a.tar.gz gentoo-2-bd714ab271054d1baac072f4a7d54f432788944a.tar.bz2 gentoo-2-bd714ab271054d1baac072f4a7d54f432788944a.zip |
Typo fixed
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsps/cvsps-2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/cvsps/cvsps-2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild index 7c9134a113b7..728a244ca42f 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-2011 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.3 2011/04/20 12:44:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.4 2011/04/20 12:46:35 jlec Exp $ inherit eutils toolchain-funcs @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" DEPEND="sys-libs/zlib" -RDPEPEND="${DEPEND}" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/dev-vcs/cvsps/cvsps-2.1.ebuild b/dev-vcs/cvsps/cvsps-2.1.ebuild index e576965fac73..d319260ddd21 100644 --- a/dev-vcs/cvsps/cvsps-2.1.ebuild +++ b/dev-vcs/cvsps/cvsps-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.3 2011/04/20 12:44:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1.ebuild,v 1.4 2011/04/20 12:46:35 jlec Exp $ inherit eutils toolchain-funcs @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbs IUSE="" DEPEND="sys-libs/zlib" -RDPEPEND="${DEPEND}" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" |