diff options
author | 2004-08-12 15:03:04 +0000 | |
---|---|---|
committer | 2004-08-12 15:03:04 +0000 | |
commit | fdfd3efa192224ee2c20837dfcc2e309fb39e5e2 (patch) | |
tree | 200ba976d24df4a3dac04590d635e0d54177a9b8 /media-sound/trm | |
parent | Added fix for GConf permissions, see bug #59764 (Manifest recommit) (diff) | |
download | gentoo-2-fdfd3efa192224ee2c20837dfcc2e309fb39e5e2.tar.gz gentoo-2-fdfd3efa192224ee2c20837dfcc2e309fb39e5e2.tar.bz2 gentoo-2-fdfd3efa192224ee2c20837dfcc2e309fb39e5e2.zip |
Added dependency to media-libs/id3lib. Closes bug #59261.
Diffstat (limited to 'media-sound/trm')
-rw-r--r-- | media-sound/trm/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/trm/trm-0.2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/trm/ChangeLog b/media-sound/trm/ChangeLog index 35746efcd44e..25e5107fc5ae 100644 --- a/media-sound/trm/ChangeLog +++ b/media-sound/trm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/trm # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/trm/ChangeLog,v 1.5 2004/08/11 12:39:47 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/trm/ChangeLog,v 1.6 2004/08/12 15:03:04 fvdpol Exp $ + + 12 Aug 2004; <frank@gentoo.org> trm-0.2.1.ebuild: + Added dependency to media-libs/id3lib. Closes bug #59261. 11 Aug 2004; Caleb Tennis <caleb@gentoo.org> trm-0.2.1.ebuild: Block tunepimp as it is a replacement for this package diff --git a/media-sound/trm/trm-0.2.1.ebuild b/media-sound/trm/trm-0.2.1.ebuild index d4aa1614d471..4608a4f0ef8b 100644 --- a/media-sound/trm/trm-0.2.1.ebuild +++ b/media-sound/trm/trm-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/trm/trm-0.2.1.ebuild,v 1.5 2004/08/11 12:39:47 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/trm/trm-0.2.1.ebuild,v 1.6 2004/08/12 15:03:04 fvdpol Exp $ IUSE="" @@ -14,6 +14,7 @@ KEYWORDS="x86 ~amd64" SLOT="0" DEPEND=">=media-libs/musicbrainz-2.0.1 + media-libs/id3lib media-libs/libmad media-libs/libvorbis media-libs/libogg |