diff options
Diffstat (limited to 'dev-libs/libvc/libvc-003-r1.ebuild')
-rw-r--r-- | dev-libs/libvc/libvc-003-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/libvc/libvc-003-r1.ebuild b/dev-libs/libvc/libvc-003-r1.ebuild index 20e4ff0f9c47..7d160298d279 100644 --- a/dev-libs/libvc/libvc-003-r1.ebuild +++ b/dev-libs/libvc/libvc-003-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003-r1.ebuild,v 1.1 2006/06/26 19:05:10 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003-r1.ebuild,v 1.2 2007/07/12 02:25:34 mr_bones_ Exp $ inherit eutils @@ -23,4 +23,3 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS INSTALL NEWS README THANKS ChangeLog } - |