diff options
author | Sven Wegener <swegener@gentoo.org> | 2011-03-25 23:22:52 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2011-03-25 23:22:52 +0000 |
commit | 5d97d89784d7bfa7a73670b66f6c2ede6a519067 (patch) | |
tree | 60c5b59ebf1874e3b96398974d84ad90e2af49c0 /app-crypt | |
parent | Version bump. (diff) | |
download | gentoo-2-5d97d89784d7bfa7a73670b66f6c2ede6a519067.tar.gz gentoo-2-5d97d89784d7bfa7a73670b66f6c2ede6a519067.tar.bz2 gentoo-2-5d97d89784d7bfa7a73670b66f6c2ede6a519067.zip |
Add dev-util/pkgconfig to DEPEND, bug #360411.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.0-r1.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.0.ebuild | 12 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.1.ebuild | 8 |
4 files changed, 26 insertions, 10 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 73230924e9b9..0622bd9a3110 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/pinentry # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.114 2011/01/15 17:36:20 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.115 2011/03/25 23:22:52 swegener Exp $ + + 25 Mar 2011; Sven Wegener <swegener@gentoo.org> pinentry-0.8.0.ebuild, + pinentry-0.8.0-r1.ebuild, pinentry-0.8.1.ebuild: + Add dev-util/pkgconfig to DEPEND, bug #360411. *pinentry-0.8.1 (15 Jan 2011) diff --git a/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild b/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild index 9c7b397c3e0c..305c05e478a8 100644 --- a/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild,v 1.2 2010/09/30 13:56:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild,v 1.3 2011/03/25 23:22:52 swegener Exp $ EAPI=3 inherit multilib eutils flag-o-matic @@ -23,7 +23,11 @@ RDEPEND="app-admin/eselect-pinentry !gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) ) ) caps? ( sys-libs/libcap )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + !static? ( + gtk? ( dev-util/pkgconfig ) + qt4? ( dev-util/pkgconfig ) + )" pkg_setup() { use static && append-ldflags -static diff --git a/app-crypt/pinentry/pinentry-0.8.0.ebuild b/app-crypt/pinentry/pinentry-0.8.0.ebuild index 2c17c76d45d0..69554d2b23ad 100644 --- a/app-crypt/pinentry/pinentry-0.8.0.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0.ebuild,v 1.13 2010/09/05 16:07:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0.ebuild,v 1.14 2011/03/25 23:22:52 swegener Exp $ EAPI=3 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="gtk ncurses qt4 caps static" -DEPEND="static? ( sys-libs/ncurses ) +RDEPEND="static? ( sys-libs/ncurses ) !static? ( gtk? ( x11-libs/gtk+:2 ) ncurses? ( sys-libs/ncurses ) @@ -23,7 +23,11 @@ DEPEND="static? ( sys-libs/ncurses ) !gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) ) ) caps? ( sys-libs/libcap )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + !static? ( + gtk? ( dev-util/pkgconfig ) + qt4? ( dev-util/pkgconfig ) + )" pkg_setup() { use static && append-ldflags -static diff --git a/app-crypt/pinentry/pinentry-0.8.1.ebuild b/app-crypt/pinentry/pinentry-0.8.1.ebuild index 5d86103d39d5..3644862a40ac 100644 --- a/app-crypt/pinentry/pinentry-0.8.1.ebuild +++ b/app-crypt/pinentry/pinentry-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.1 2011/01/15 17:36:20 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.2 2011/03/25 23:22:52 swegener Exp $ EAPI=3 @@ -24,7 +24,11 @@ RDEPEND="app-admin/eselect-pinentry !gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) ) ) caps? ( sys-libs/libcap )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + !static? ( + gtk? ( dev-util/pkgconfig ) + qt4? ( dev-util/pkgconfig ) + )" pkg_setup() { use static && append-ldflags -static |