diff options
author | 2007-12-08 16:27:58 +0000 | |
---|---|---|
committer | 2007-12-08 16:27:58 +0000 | |
commit | 7f5d2f2f56cae786ad6f578fcd1515475cef028b (patch) | |
tree | d75d39c342ba3c6d00edd933d549097ece66967a /net-im/librvp/librvp-0.9.6.ebuild | |
parent | Remove old ebuilds, including 1.1.1 which used an insecure docert statement (... (diff) | |
download | gentoo-2-7f5d2f2f56cae786ad6f578fcd1515475cef028b.tar.gz gentoo-2-7f5d2f2f56cae786ad6f578fcd1515475cef028b.tar.bz2 gentoo-2-7f5d2f2f56cae786ad6f578fcd1515475cef028b.zip |
Remove versions depending on net-im/gaim
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-im/librvp/librvp-0.9.6.ebuild')
-rw-r--r-- | net-im/librvp/librvp-0.9.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild index 8ebc7c22223b..722eaaddb318 100644 --- a/net-im/librvp/librvp-0.9.6.ebuild +++ b/net-im/librvp/librvp-0.9.6.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/net-im/librvp/librvp-0.9.6.ebuild,v 1.3 2007/08/26 12:25:05 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/librvp/librvp-0.9.6.ebuild,v 1.4 2007/12/08 16:27:57 tester Exp $ inherit multilib @@ -25,6 +25,6 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "install failure" - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README rvp_protocol.txt + make install DESTDIR="${D}" || die "install failure" + dodoc AUTHORS ChangeLog INSTALL NEWS README rvp_protocol.txt } |