summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-28 01:17:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-28 01:17:31 +0000
commit2f906e07e9052312b835998fc07dfc0c546a7979 (patch)
treeb1e2720266ec868dd05ba5e33c4f4fa6827b8714 /media-sound/aseqview
parentDepend on modular x straight, this should fix bug #153054. (diff)
downloadgentoo-2-2f906e07e9052312b835998fc07dfc0c546a7979.tar.gz
gentoo-2-2f906e07e9052312b835998fc07dfc0c546a7979.tar.bz2
gentoo-2-2f906e07e9052312b835998fc07dfc0c546a7979.zip
Fix missing dependency on 1.2 version of GTK+. Thanks to Patrick Lauer in bug #153085.
(Portage version: 2.1.2_pre3-r9)
Diffstat (limited to 'media-sound/aseqview')
-rw-r--r--media-sound/aseqview/ChangeLog9
-rw-r--r--media-sound/aseqview/aseqview-0.1.4.ebuild6
-rw-r--r--media-sound/aseqview/aseqview-0.2.1.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/media-sound/aseqview/ChangeLog b/media-sound/aseqview/ChangeLog
index 321910c1c649..bbe3073cdcdf 100644
--- a/media-sound/aseqview/ChangeLog
+++ b/media-sound/aseqview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/aseqview
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/aseqview/ChangeLog,v 1.12 2005/09/04 11:05:03 flameeyes Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aseqview/ChangeLog,v 1.13 2006/10/28 01:17:31 flameeyes Exp $
+
+ 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> aseqview-0.1.4.ebuild,
+ aseqview-0.2.1.ebuild:
+ Fix missing dependency on 1.2 version of GTK+. Thanks to Patrick Lauer in
+ bug #153085.
04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> aseqview-0.1.4.ebuild,
aseqview-0.2.1.ebuild:
diff --git a/media-sound/aseqview/aseqview-0.1.4.ebuild b/media-sound/aseqview/aseqview-0.1.4.ebuild
index d605a6bed64c..df7bf6e25fb5 100644
--- a/media-sound/aseqview/aseqview-0.1.4.ebuild
+++ b/media-sound/aseqview/aseqview-0.1.4.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/aseqview/aseqview-0.1.4.ebuild,v 1.7 2005/09/04 11:05:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aseqview/aseqview-0.1.4.ebuild,v 1.8 2006/10/28 01:17:31 flameeyes Exp $
IUSE=""
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html"
LICENSE="GPL-2"
DEPEND=">=media-libs/alsa-lib-0.5.0
- x11-libs/gtk+"
+ =x11-libs/gtk+-1.2*"
SLOT="0"
KEYWORDS="x86"
diff --git a/media-sound/aseqview/aseqview-0.2.1.ebuild b/media-sound/aseqview/aseqview-0.2.1.ebuild
index 9981cc16f571..bb0b437f02ce 100644
--- a/media-sound/aseqview/aseqview-0.2.1.ebuild
+++ b/media-sound/aseqview/aseqview-0.2.1.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/aseqview/aseqview-0.2.1.ebuild,v 1.9 2005/09/04 11:05:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aseqview/aseqview-0.2.1.ebuild,v 1.10 2006/10/28 01:17:31 flameeyes Exp $
IUSE=""
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
DEPEND=">=media-libs/alsa-lib-0.9.0
- x11-libs/gtk+"
+ =x11-libs/gtk+-1.2*"
src_compile() {
econf || die "./configure failed"