summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-10 13:07:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-10 13:07:24 +0000
commit8c5272048b8972e3896c5f2da9e2b600c7ae0db0 (patch)
tree56b66b801d4bb5a8799b7f1a98cee4882b02bfe6 /dev-lang
parentppc needs deps (Manifest recommit) (diff)
downloadgentoo-2-8c5272048b8972e3896c5f2da9e2b600c7ae0db0.tar.gz
gentoo-2-8c5272048b8972e3896c5f2da9e2b600c7ae0db0.tar.bz2
gentoo-2-8c5272048b8972e3896c5f2da9e2b600c7ae0db0.zip
repoman: Fix leading whitespace; Header fix
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/yasm/yasm-0.3.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/yasm/yasm-0.3.0.ebuild b/dev-lang/yasm/yasm-0.3.0.ebuild
index 2d0daa87de7a..c933d462b525 100644
--- a/dev-lang/yasm/yasm-0.3.0.ebuild
+++ b/dev-lang/yasm/yasm-0.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 2003-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.3.0.ebuild,v 1.1 2004/02/09 08:02:58 augustus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.3.0.ebuild,v 1.2 2004/02/10 13:07:24 mr_bones_ Exp $
DESCRIPTION="assembler that supports amd64"
HOMEPAGE="http://www.tortall.net/projects/yasm/"
@@ -14,7 +14,7 @@ DEPEND="sys-devel/gcc"
RDEPEND="${DEPEND}"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING INSTALL Artistic.txt BSD.txt GNU_GPL-2.0 GNU_LGPL-2.0
+ dodoc AUTHORS COPYING INSTALL Artistic.txt BSD.txt GNU_GPL-2.0 GNU_LGPL-2.0
}