From 9ee3a8c9a68aaafdd561b46d1e5c71465ec5b782 Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Fri, 11 Feb 2005 11:55:43 +0000 Subject: Version bump. (Portage version: 2.0.51-r15) --- dev-libs/xxl/xxl-1.0.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dev-libs/xxl/xxl-1.0.0.ebuild') diff --git a/dev-libs/xxl/xxl-1.0.0.ebuild b/dev-libs/xxl/xxl-1.0.0.ebuild index a39f17b2c7d3..513c1e4c0683 100644 --- a/dev-libs/xxl/xxl-1.0.0.ebuild +++ b/dev-libs/xxl/xxl-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.5 2004/07/13 06:26:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.6 2005/02/11 11:51:23 ka0ttic Exp $ DESCRIPTION="C/C++ library that provides exception handling and asset management" HOMEPAGE="http://www.zork.org/xxl/" @@ -11,9 +11,10 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/libc" +RDEPEND="virtual/libc" +DEPEND="${RDEPEND}" src_install() { - emake install DESTDIR=${D} || die + make DESTDIR="${D}" install || die "make install failed" dodoc README } -- cgit v1.2.3-65-gdbad