diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-11 11:55:43 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-11 11:55:43 +0000 |
commit | 9ee3a8c9a68aaafdd561b46d1e5c71465ec5b782 (patch) | |
tree | 27d63df04a2193caf1446ddfe6d1fcdc1540b990 /dev-libs/xxl/xxl-1.0.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-9ee3a8c9a68aaafdd561b46d1e5c71465ec5b782.tar.gz gentoo-2-9ee3a8c9a68aaafdd561b46d1e5c71465ec5b782.tar.bz2 gentoo-2-9ee3a8c9a68aaafdd561b46d1e5c71465ec5b782.zip |
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/xxl/xxl-1.0.0.ebuild')
-rw-r--r-- | dev-libs/xxl/xxl-1.0.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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 } |