diff options
Diffstat (limited to 'dev-vcs/cvsps/cvsps-2.1-r1.ebuild')
-rw-r--r-- | dev-vcs/cvsps/cvsps-2.1-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild index c39ce9da6459..7c9134a113b7 100644 --- a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild +++ b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.2 2010/09/03 12:30:58 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-2.1-r1.ebuild,v 1.3 2011/04/20 12:44:43 jlec Exp $ -inherit eutils +inherit eutils toolchain-funcs MY_P="${P/_/}" DESCRIPTION="Generates patchset information from a CVS repository" @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" DEPEND="sys-libs/zlib" +RDPEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" @@ -27,6 +28,7 @@ src_unpack() { if [[ ${CHOST} == *-solaris* ]] ; then sed -i -e '/^LDLIBS+=/s/$/ -lsocket/' Makefile || die fi + tc-export CC } src_install() { |