diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-12 09:19:56 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-12 09:19:56 +0000 |
commit | 1424f34201cd31fb4769f1d240cb1c7fb78ee55b (patch) | |
tree | 19d56b4dc56ebab6c54c8e0397ea892d49b52189 /media-sound/oggtst | |
parent | Added ~ppc64; bug #221791 (diff) | |
download | gentoo-2-1424f34201cd31fb4769f1d240cb1c7fb78ee55b.tar.gz gentoo-2-1424f34201cd31fb4769f1d240cb1c7fb78ee55b.tar.bz2 gentoo-2-1424f34201cd31fb4769f1d240cb1c7fb78ee55b.zip |
automake is only a build dep, thanks Diego, bug #221573
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'media-sound/oggtst')
-rw-r--r-- | media-sound/oggtst/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/oggtst/oggtst-0.0.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
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 <aballier@gentoo.org> oggtst-0.0.ebuild: + automake is only a build dep, thanks Diego, bug #221573 25 Nov 2006; Alexis Ballier <aballier@gentoo.org> 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} |