diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-23 05:56:48 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-23 05:56:48 +0000 |
commit | cfa89575913ff4c98c2d34bfdf150f090ecf97d9 (patch) | |
tree | b16dcbea5e3db0b0c1670e1938b936514283a79a /media-sound/krecord/krecord-1.14.ebuild | |
parent | Added to ~amd64 and ~sparc. (diff) | |
download | historical-cfa89575913ff4c98c2d34bfdf150f090ecf97d9.tar.gz historical-cfa89575913ff4c98c2d34bfdf150f090ecf97d9.tar.bz2 historical-cfa89575913ff4c98c2d34bfdf150f090ecf97d9.zip |
Added to ~sparc.
Diffstat (limited to 'media-sound/krecord/krecord-1.14.ebuild')
-rw-r--r-- | media-sound/krecord/krecord-1.14.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/krecord/krecord-1.14.ebuild b/media-sound/krecord/krecord-1.14.ebuild index 5c207f530034..c7c572cd30ef 100644 --- a/media-sound/krecord/krecord-1.14.ebuild +++ b/media-sound/krecord/krecord-1.14.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.14.ebuild,v 1.7 2004/06/29 11:13:50 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.14.ebuild,v 1.8 2004/11/23 05:48:15 eradicator Exp $ + +IUSE="" inherit kde @@ -10,8 +12,7 @@ SRC_URI="http://bytesex.org/misc/${PN}_${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" -IUSE="" +KEYWORDS="~amd64 ~sparc x86" need-kde 3 #RDEPEND="media-libs/alsa-lib" @@ -21,6 +22,5 @@ src_compile() { } src_install() { - cd ${S} - make prefix=${D}/${PREFIX} install + einstall || die } |