summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2010-06-10 16:02:38 +0000
committerLuca Barbato <lu_zero@gentoo.org>2010-06-10 16:02:38 +0000
commitd2bc4a6a78f04c3b505a889e9e13f16e62e78365 (patch)
treed80e0de22bf0020a49d37914ac3a75e405aefa1e /media-libs/libvpx
parentinitial libvpx ebuild, only live (diff)
downloadgentoo-2-d2bc4a6a78f04c3b505a889e9e13f16e62e78365.tar.gz
gentoo-2-d2bc4a6a78f04c3b505a889e9e13f16e62e78365.tar.bz2
gentoo-2-d2bc4a6a78f04c3b505a889e9e13f16e62e78365.zip
initial libvpx ebuild, only live
(Portage version: 2.2.00.14200-prefix/cvs/Darwin i386)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r--media-libs/libvpx/libvpx-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild
index 0f90ddebb673..0c31b9267fb1 100644
--- a/media-libs/libvpx/libvpx-9999.ebuild
+++ b/media-libs/libvpx/libvpx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.1 2010/06/10 16:02:09 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.2 2010/06/10 16:02:38 lu_zero Exp $
EAPI=2
inherit eutils multilib toolchain-funcs git
@@ -42,5 +42,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS CHANGELOG LICENSE README || die
+ dodoc AUTHORS CHANGELOG README || die
}