diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-05-08 10:03:57 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-05-08 10:03:57 +0000 |
commit | e4135d45d536b5c7967047bc8eb6289ac7ecf252 (patch) | |
tree | 20d035431676d6709cd5c2f8c87586652f033c2c /app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild | |
parent | Stable on x86. Removed old ebuild. (diff) | |
download | historical-e4135d45d536b5c7967047bc8eb6289ac7ecf252.tar.gz historical-e4135d45d536b5c7967047bc8eb6289ac7ecf252.tar.bz2 historical-e4135d45d536b5c7967047bc8eb6289ac7ecf252.zip |
mark pre6 stable on x86; add cdrdao to dep; add pre8
Diffstat (limited to 'app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild')
-rw-r--r-- | app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild b/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild index 9f232f77c3cc..2453f196914f 100644 --- a/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild +++ b/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild,v 1.7 2004/03/30 00:27:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/eroaster/eroaster-2.2.0_pre6.ebuild,v 1.8 2004/05/08 10:03:57 lanius Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/eroaster/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc sparc" +KEYWORDS="x86 ~ppc sparc" S="${WORKDIR}/${MY_P}" # cdrecord and mkisofs are needed or configure fails @@ -29,7 +29,8 @@ RDEPEND="${DEPEND} xmms? ( media-sound/xmms ) encode? ( media-sound/lame media-sound/sox ) - oggvorbis? ( media-sound/vorbis-tools )" + oggvorbis? ( media-sound/vorbis-tools ) + app-cdr/cdrdao" src_unpack() { unpack ${A} |