summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-01-12 15:59:16 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-01-12 15:59:16 +0000
commit8bc3e5375efff116eecc509cd9965c5d383bacb6 (patch)
treed632b0d1c8d2c1f8142a1272fcbfb5c19e30135b /net-irc/telepathy-idle
parentAdded ~ppc wrt bug 205471 (diff)
downloadgentoo-2-8bc3e5375efff116eecc509cd9965c5d383bacb6.tar.gz
gentoo-2-8bc3e5375efff116eecc509cd9965c5d383bacb6.tar.bz2
gentoo-2-8bc3e5375efff116eecc509cd9965c5d383bacb6.zip
Add pkgconfig to DEPEND, #205475.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-irc/telepathy-idle')
-rw-r--r--net-irc/telepathy-idle/ChangeLog8
-rw-r--r--net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild9
-rw-r--r--net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild9
3 files changed, 16 insertions, 10 deletions
diff --git a/net-irc/telepathy-idle/ChangeLog b/net-irc/telepathy-idle/ChangeLog
index 29189828a426..6e82bf60ef0d 100644
--- a/net-irc/telepathy-idle/ChangeLog
+++ b/net-irc/telepathy-idle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/telepathy-idle
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.3 2007/09/28 21:37:37 coldwind Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.4 2008/01/12 15:59:16 coldwind Exp $
+
+ 12 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
+ telepathy-idle-0.1.1.ebuild, telepathy-idle-0.1.2.ebuild:
+ Add pkgconfig to DEPEND, #205475.
*telepathy-idle-0.1.2 (28 Sep 2007)
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
index 7ea50b30883b..213f452eea9b 100644
--- a/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
+++ b/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild,v 1.2 2007/08/13 18:13:40 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.1.ebuild,v 1.3 2008/01/12 15:59:16 coldwind Exp $
DESCRIPTION="Full-featured IRC connection manager for Telepathy."
HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
@@ -11,12 +11,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-libs/dbus-glib
+RDEPEND="dev-libs/dbus-glib
>=dev-libs/glib-2.8.6
dev-libs/openssl
net-libs/telepathy-glib
sys-apps/dbus"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild
index d1f3a606668c..4b3846eef0b2 100644
--- a/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild
+++ b/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild,v 1.1 2007/09/28 21:37:37 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.2.ebuild,v 1.2 2008/01/12 15:59:16 coldwind Exp $
DESCRIPTION="Full-featured IRC connection manager for Telepathy."
HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
@@ -11,12 +11,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-libs/dbus-glib
+RDEPEND="dev-libs/dbus-glib
>=dev-libs/glib-2.8.6
dev-libs/openssl
net-libs/telepathy-glib
sys-apps/dbus"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"