diff options
author | David Shakaryan <omp@gentoo.org> | 2008-04-22 06:05:45 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2008-04-22 06:05:45 +0000 |
commit | 2658af39676d082a33be34160d852d91716d426e (patch) | |
tree | 2a7d8c977d6532358bc431ad3ebe2f660b94af70 /app-admin/conky/conky-1.4.9-r1.ebuild | |
parent | shuffle around code to better match when configure options are actually used (diff) | |
download | gentoo-2-2658af39676d082a33be34160d852d91716d426e.tar.gz gentoo-2-2658af39676d082a33be34160d852d91716d426e.tar.bz2 gentoo-2-2658af39676d082a33be34160d852d91716d426e.zip |
Add dev-util/pkgconfig to DEPEND. (bug #216448)
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'app-admin/conky/conky-1.4.9-r1.ebuild')
-rw-r--r-- | app-admin/conky/conky-1.4.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/conky/conky-1.4.9-r1.ebuild b/app-admin/conky/conky-1.4.9-r1.ebuild index 61b196fc41b1..7b069529043a 100644 --- a/app-admin/conky/conky-1.4.9-r1.ebuild +++ b/app-admin/conky/conky-1.4.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.9-r1.ebuild,v 1.9 2008/03/19 07:14:26 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.9-r1.ebuild,v 1.10 2008/04/22 06:05:45 omp Exp $ inherit eutils # used for epause @@ -43,6 +43,7 @@ RDEPEND="${DEPEND_COMMON} DEPEND=" ${DEPEND_COMMON} + dev-util/pkgconfig X? ( x11-libs/libXt x11-proto/xextproto |