summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-09-25 20:54:38 +0000
committerAlin Năstac <mrness@gentoo.org>2007-09-25 20:54:38 +0000
commitf0233a9d8578f9ef6ae6afda62dfa8a474d72d63 (patch)
treebb4f82aac3ba4b113ede0f114862a60ee4f2e6ed /dev-libs/libvformat/libvformat-1.13.ebuild
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadhistorical-f0233a9d8578f9ef6ae6afda62dfa8a474d72d63.tar.gz
historical-f0233a9d8578f9ef6ae6afda62dfa8a474d72d63.tar.bz2
historical-f0233a9d8578f9ef6ae6afda62dfa8a474d72d63.zip
Cosmetic changes.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-libs/libvformat/libvformat-1.13.ebuild')
-rw-r--r--dev-libs/libvformat/libvformat-1.13.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libvformat/libvformat-1.13.ebuild b/dev-libs/libvformat/libvformat-1.13.ebuild
index 33471055fbbe..dde7735242be 100644
--- a/dev-libs/libvformat/libvformat-1.13.ebuild
+++ b/dev-libs/libvformat/libvformat-1.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.5 2006/09/22 12:16:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.6 2007/09/25 20:54:38 mrness Exp $
inherit eutils
@@ -14,6 +14,9 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
+DEPEND=""
+RDEPEND=""
+
S="${WORKDIR}/${P}.orig"
src_unpack() {
@@ -26,5 +29,5 @@ src_unpack() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
}