diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-10-06 18:38:36 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-10-06 18:38:36 +0000 |
commit | 8e33b2cd3aa915d6af6fa6c239403ec127893677 (patch) | |
tree | b65ee1f53fe89d5d65ab4533703f8147c0886092 /dev-vcs/cvsps | |
parent | Stable for alpha/amd64/arm/ia64/ppc/ppc64/sparc/sh/x86 wrt the security bug #... (diff) | |
download | gentoo-2-8e33b2cd3aa915d6af6fa6c239403ec127893677.tar.gz gentoo-2-8e33b2cd3aa915d6af6fa6c239403ec127893677.tar.bz2 gentoo-2-8e33b2cd3aa915d6af6fa6c239403ec127893677.zip |
Fix out of Prefix, bug #521708
(Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-vcs/cvsps')
-rw-r--r-- | dev-vcs/cvsps/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cvsps/cvsps-3.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog index 6a712f6e3079..fc7673701909 100644 --- a/dev-vcs/cvsps/ChangeLog +++ b/dev-vcs/cvsps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.24 2014/09/03 17:20:45 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.25 2014/10/06 18:38:36 grobian Exp $ + + 06 Oct 2014; Fabian Groffen <grobian@gentoo.org> cvsps-3.13-r1.ebuild: + Fix out of Prefix, bug #521708 03 Sep 2014; Christoph Junghans <ottxor@gentoo.org> cvsps-2.2_beta1.ebuild: added ~x64-macos (tested by me) diff --git a/dev-vcs/cvsps/cvsps-3.13-r1.ebuild b/dev-vcs/cvsps/cvsps-3.13-r1.ebuild index 75f9a2136d69..05f90871d4c0 100644 --- a/dev-vcs/cvsps/cvsps-3.13-r1.ebuild +++ b/dev-vcs/cvsps/cvsps-3.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.1 2014/08/24 13:49:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13-r1.ebuild,v 1.2 2014/10/06 18:38:36 grobian Exp $ EAPI=5 @@ -30,7 +30,7 @@ src_prepare() { MAKEOPTS+=" PROG=${gentoo_name}" tc-export CC - export prefix=/usr + export prefix="${EPREFIX}"/usr } src_install() { |