diff options
Diffstat (limited to 'dev-games/libgrapple/libgrapple-0.9.8.ebuild')
-rw-r--r-- | dev-games/libgrapple/libgrapple-0.9.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-games/libgrapple/libgrapple-0.9.8.ebuild b/dev-games/libgrapple/libgrapple-0.9.8.ebuild index 6d4ceb2aed53..9e4bc1b77b2c 100644 --- a/dev-games/libgrapple/libgrapple-0.9.8.ebuild +++ b/dev-games/libgrapple/libgrapple-0.9.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.3 2012/05/03 06:35:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/libgrapple/libgrapple-0.9.8.ebuild,v 1.4 2015/04/06 09:51:10 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils DESCRIPTION="A high level network layer for multiuser applications" @@ -33,6 +33,6 @@ src_test() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc CREDITS README* UPDATES + default + dodoc UPDATES } |