diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:17:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:17:50 +0000 |
commit | 49be68d12a002326ce39572a72be460647a06c3c (patch) | |
tree | 10e6e7fee4ee70c289391eb0417c62a58475618c /media-libs/alsa-lib | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-49be68d12a002326ce39572a72be460647a06c3c.tar.gz historical-49be68d12a002326ce39572a72be460647a06c3c.tar.bz2 historical-49be68d12a002326ce39572a72be460647a06c3c.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/Manifest | 2 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild | 14 |
2 files changed, 6 insertions, 10 deletions
diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest index 9af6f3fd76fc..8bbb1e3ec056 100644 --- a/media-libs/alsa-lib/Manifest +++ b/media-libs/alsa-lib/Manifest @@ -1,5 +1,5 @@ MD5 41dee04015c49dfeb6862098cdf8f1f6 ChangeLog 5275 -MD5 ae5c182d3255bb184464c75a7a8207ba alsa-lib-0.5.10b.ebuild 708 +MD5 2e21e108e4eea4ad02a15cffe02aad9d alsa-lib-0.5.10b.ebuild 700 MD5 a65f7c1d4c53c0b96f859bef315457c1 alsa-lib-0.9.0_rc2.ebuild 1148 MD5 e43d41e900091213f16242d9fc1e5468 alsa-lib-0.9.0_rc6.ebuild 1048 MD5 94d2cff28fb58e8620fe410b7b04e643 alsa-lib-0.9.0_rc7.ebuild 1063 diff --git a/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild index 0365009dc4ac..0a7b39b80067 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild,v 1.11 2003/09/06 23:59:48 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild,v 1.12 2003/09/11 01:17:46 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture / Library" @@ -16,18 +16,14 @@ KEYWORDS="x86 sparc ~alpha" src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die - make || die + ./configure --host=${CHOST} --prefix=/usr || die + make || die } src_install() { - make DESTDIR=${D} install || die - dodoc ChangeLog COPYING + make DESTDIR=${D} install || die + dodoc ChangeLog COPYING } - - - - |