From 1424f34201cd31fb4769f1d240cb1c7fb78ee55b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 12 May 2008 09:19:56 +0000 Subject: automake is only a build dep, thanks Diego, bug #221573 (Portage version: 2.1.5_rc10) --- media-sound/oggtst/ChangeLog | 7 +++++-- media-sound/oggtst/oggtst-0.0.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'media-sound/oggtst') diff --git a/media-sound/oggtst/ChangeLog b/media-sound/oggtst/ChangeLog index bf3410a15352..fcdf32cc7a35 100644 --- a/media-sound/oggtst/ChangeLog +++ b/media-sound/oggtst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/oggtst -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/ChangeLog,v 1.9 2006/11/25 11:47:20 aballier Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/ChangeLog,v 1.10 2008/05/12 09:19:56 aballier Exp $ + + 12 May 2008; Alexis Ballier oggtst-0.0.ebuild: + automake is only a build dep, thanks Diego, bug #221573 25 Nov 2006; Alexis Ballier oggtst-0.0.ebuild: Adding missing automake 1.4 dep, thanks to Chris Slycord diff --git a/media-sound/oggtst/oggtst-0.0.ebuild b/media-sound/oggtst/oggtst-0.0.ebuild index 7424329f73bf..4a9b489d1b07 100644 --- a/media-sound/oggtst/oggtst-0.0.ebuild +++ b/media-sound/oggtst/oggtst-0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.16 2006/11/25 11:47:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.17 2008/05/12 09:19:56 aballier Exp $ DESCRIPTION="A tool for calculating ogg-vorbis playing time" HOMEPAGE="http://gnometoaster.rulez.org/" @@ -11,8 +11,9 @@ SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="" -DEPEND=">=media-libs/libao-0.8.0 - >=media-libs/libvorbis-1.0_rc2 +RDEPEND=">=media-libs/libao-0.8.0 + >=media-libs/libvorbis-1.0_rc2" +DEPEND="${RDEPEND} =sys-devel/automake-1.4*" S=${WORKDIR}/${PN} -- cgit v1.2.3-65-gdbad