summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-14 09:22:17 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-14 09:22:17 +0000
commit02a19bb5b6b451185f888dfce7e3a04109122b9d (patch)
treee216f21ed1768d8a885ab9173af39da2fbe058a5 /app-text/sary/sary-1.1.0.ebuild
parentRemoved ~ppc64; bug #150969 (diff)
downloadgentoo-2-02a19bb5b6b451185f888dfce7e3a04109122b9d.tar.gz
gentoo-2-02a19bb5b6b451185f888dfce7e3a04109122b9d.tar.bz2
gentoo-2-02a19bb5b6b451185f888dfce7e3a04109122b9d.zip
Add missing pkgconfig dependencies, thanks to Patrick Lauer in bug #151298.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'app-text/sary/sary-1.1.0.ebuild')
-rw-r--r--app-text/sary/sary-1.1.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/sary/sary-1.1.0.ebuild b/app-text/sary/sary-1.1.0.ebuild
index fdb5e5b86996..3a2da1725fc2 100644
--- a/app-text/sary/sary-1.1.0.ebuild
+++ b/app-text/sary/sary-1.1.0.ebuild
@@ -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/app-text/sary/sary-1.1.0.ebuild,v 1.5 2006/02/04 14:38:16 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sary/sary-1.1.0.ebuild,v 1.6 2006/10/14 09:22:17 flameeyes Exp $
IUSE=""
@@ -12,7 +12,9 @@ LICENSE="LGPL-2.1"
KEYWORDS="x86 alpha ppc ~ppc64"
SLOT="0"
-DEPEND=">=dev-libs/glib-2"
+RDEPEND=">=dev-libs/glib-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {