Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153091.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Sat, 28 Oct 2006 01:43:21 +0000 (01:43 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Sat, 28 Oct 2006 01:43:21 +0000 (01:43 +0000)
Package-Manager: portage-2.1.2_pre3-r9

media-sound/gtick/ChangeLog
media-sound/gtick/gtick-0.2.13.ebuild
media-sound/gtick/gtick-0.2.4.ebuild
media-sound/gtick/gtick-0.3.0.ebuild
media-sound/gtick/gtick-0.3.4.ebuild

index 5bd509e1844ebacb3e23460b59d775f5bcc61570..c4c14dbc7a890db05d7dc969a67cbece864e3c66 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/gtick
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.18 2006/03/07 14:51:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.19 2006/10/28 01:43:21 flameeyes Exp $
+
+  28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> gtick-0.2.4.ebuild,
+  gtick-0.2.13.ebuild, gtick-0.3.0.ebuild, gtick-0.3.4.ebuild:
+  Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153091.
 
   07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> gtick-0.2.4.ebuild:
   Drop virtual/libc dependency.
index b9ea962dd7678fca1b9a944ba2eeddf1f521e5f8..3908ead9fb3e0fb4e24717bd8f6e559ab45760df 100644 (file)
@@ -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/gtick/gtick-0.2.13.ebuild,v 1.5 2005/09/04 11:02:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.13.ebuild,v 1.6 2006/10/28 01:43:21 flameeyes Exp $
 
 IUSE=""
 
@@ -12,7 +12,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="x86"
 
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 src_install() {
        einstall || die
index a0bf614eee94a61d44faa81101f09c0e9efbeb94..55344ecdc25fb973acd43800948c439d06dd5f85 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.4.ebuild,v 1.8 2006/03/07 14:51:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.4.ebuild,v 1.9 2006/10/28 01:43:21 flameeyes Exp $
 
 IUSE=""
 
@@ -12,7 +12,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="x86"
 
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 src_install() {
        einstall || die
index 13d8f531adbbc6ab0e24d5d60366fe65dc96eca4..ffa6ba7b385d1e31fcf88864a8693ef4ff740e0f 100644 (file)
@@ -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/gtick/gtick-0.3.0.ebuild,v 1.8 2005/09/04 11:02:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.0.ebuild,v 1.9 2006/10/28 01:43:21 flameeyes Exp $
 
 IUSE=""
 
@@ -12,7 +12,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="x86 ~ppc sparc amd64"
 
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 src_install() {
        make DESTDIR=${D} install || die
index d156260cc3ccd3ff1bf83ac9edce22b0cfaa969d..dacb80df445733dd18b3fc643b429df4873f6593 100644 (file)
@@ -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/gtick/gtick-0.3.4.ebuild,v 1.2 2005/09/04 11:02:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.4.ebuild,v 1.3 2006/10/28 01:43:21 flameeyes Exp $
 
 IUSE=""
 
@@ -12,7 +12,9 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~ppc ~sparc amd64"
 
-DEPEND=">=x11-libs/gtk+-2.0"
+RDEPEND=">=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+       dev-util/pkgconfig"
 
 src_install() {
        make DESTDIR=${D} install || die