diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 23:32:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 23:32:06 +0000 |
commit | ce84d092b15bf32dd75c7d01d408bd93d2d90be3 (patch) | |
tree | ff6395e804df04c334f7b9f35663090830224476 /media-sound/trommler | |
parent | 2.1.2_rc1-r1 revbump. This fixes bugs #153109 and #153181. (diff) | |
download | historical-ce84d092b15bf32dd75c7d01d408bd93d2d90be3.tar.gz historical-ce84d092b15bf32dd75c7d01d408bd93d2d90be3.tar.bz2 historical-ce84d092b15bf32dd75c7d01d408bd93d2d90be3.zip |
Fix dependency over GTK+ (it needs gtk+1.2). Thanks to Patrick Lauer in bug #153153.
Package-Manager: portage-2.1.2_rc1
Diffstat (limited to 'media-sound/trommler')
-rw-r--r-- | media-sound/trommler/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/trommler/files/digest-trommler-3.3 | 2 | ||||
-rw-r--r-- | media-sound/trommler/trommler-3.3.ebuild | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/trommler/ChangeLog b/media-sound/trommler/ChangeLog index 93bdbe9a07f6..72dbca55dd91 100644 --- a/media-sound/trommler/ChangeLog +++ b/media-sound/trommler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/trommler -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/ChangeLog,v 1.11 2005/09/15 20:00:25 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/ChangeLog,v 1.12 2006/10/28 23:32:06 flameeyes Exp $ + + 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> trommler-3.3.ebuild: + Fix dependency over GTK+ (it needs gtk+1.2). Thanks to Patrick Lauer in bug + #153153. 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> trommler-3.3.ebuild: Mark 3.3 stable on alpha diff --git a/media-sound/trommler/files/digest-trommler-3.3 b/media-sound/trommler/files/digest-trommler-3.3 index 7357fbfe4ccd..c9f1ad93f1c0 100644 --- a/media-sound/trommler/files/digest-trommler-3.3 +++ b/media-sound/trommler/files/digest-trommler-3.3 @@ -1 +1,3 @@ MD5 ac15036acab9a1f1219dd7012271f349 trommler.3.3.tar.gz 839410 +RMD160 e9c320c2d5a2fc783dea8d83fad24b64ac94d41d trommler.3.3.tar.gz 839410 +SHA256 0efd8207e770e96352adc263b9c358a25fd94042c124acee263fb177f7ec9ae4 trommler.3.3.tar.gz 839410 diff --git a/media-sound/trommler/trommler-3.3.ebuild b/media-sound/trommler/trommler-3.3.ebuild index 413d225c1139..6eba5e1d830b 100644 --- a/media-sound/trommler/trommler-3.3.ebuild +++ b/media-sound/trommler/trommler-3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/trommler-3.3.ebuild,v 1.15 2005/09/15 20:00:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/trommler-3.3.ebuild,v 1.16 2006/10/28 23:32:06 flameeyes Exp $ IUSE="" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -DEPEND=">=x11-libs/gtk+-2.0.6-r1" +DEPEND="=x11-libs/gtk+-1.2*" S="${WORKDIR}/Trommler" |