diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-26 23:51:09 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-26 23:51:09 +0000 |
commit | bf444291c83634ad1056796c6b807ab532cef8d7 (patch) | |
tree | c0511447ff3ee37c8a79dac83093d0bc18307a8e /mail-client | |
parent | remove emul-linux-x86 use flag (diff) | |
download | gentoo-2-bf444291c83634ad1056796c6b807ab532cef8d7.tar.gz gentoo-2-bf444291c83634ad1056796c6b807ab532cef8d7.tar.bz2 gentoo-2-bf444291c83634ad1056796c6b807ab532cef8d7.zip |
Added dependency on pkgconfig. Closes bug #152324 by "Evil Compile Person" <bugs at dev.gentooexperimental.org>.
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed-claws-pgpinline/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-client/sylpheed-claws-pgpinline/ChangeLog b/mail-client/sylpheed-claws-pgpinline/ChangeLog index ab51a1320aa5..9d6839fbce80 100644 --- a/mail-client/sylpheed-claws-pgpinline/ChangeLog +++ b/mail-client/sylpheed-claws-pgpinline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed-claws-pgpinline # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.21 2006/10/14 04:11:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/ChangeLog,v 1.22 2006/10/26 23:51:09 ticho Exp $ + + 26 Oct 2006; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-pgpinline-0.5.ebuild: + Added dependency on pkgconfig. Closes bug #152324 by "Evil Compile Person" + <bugs at dev.gentooexperimental.org>. 14 Oct 2006; Marius Mauch <genone@gentoo.org> metadata.xml: update maintainer info diff --git a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild index d50291f5d065..c236e5996790 100644 --- a/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild +++ b/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.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/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.11 2005/10/22 13:17:17 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-pgpinline/sylpheed-claws-pgpinline-0.5.ebuild,v 1.12 2006/10/26 23:51:09 ticho Exp $ MY_P="${P##sylpheed-claws-}" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64 alpha ppc64" IUSE="" DEPEND="=mail-client/sylpheed-claws-1.0* - =app-crypt/gpgme-0.3.14-r1" + =app-crypt/gpgme-0.3.14-r1 + dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" |