diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 18:16:40 +0000 |
commit | 20526ee30fd8b31ff081e04cd21fe57345c36dd8 (patch) | |
tree | d0be717379d71b876c28b2f02d9dc0349e1dd00c /app-crypt/pinentry/pinentry-0.8.1.ebuild | |
parent | Fix various qa issues. #317943 (diff) | |
download | gentoo-2-20526ee30fd8b31ff081e04cd21fe57345c36dd8.tar.gz gentoo-2-20526ee30fd8b31ff081e04cd21fe57345c36dd8.tar.bz2 gentoo-2-20526ee30fd8b31ff081e04cd21fe57345c36dd8.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-crypt/pinentry/pinentry-0.8.1.ebuild')
-rw-r--r-- | app-crypt/pinentry/pinentry-0.8.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/pinentry/pinentry-0.8.1.ebuild b/app-crypt/pinentry/pinentry-0.8.1.ebuild index e6c7b0e842ef..633cc3ffe7b6 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-2012 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.4 2012/02/18 18:58:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.5 2012/05/03 18:16:39 jdhore Exp $ EAPI=3 @@ -26,8 +26,8 @@ RDEPEND="app-admin/eselect-pinentry caps? ( sys-libs/libcap )" DEPEND="${RDEPEND} !static? ( - gtk? ( dev-util/pkgconfig ) - qt4? ( dev-util/pkgconfig ) + gtk? ( virtual/pkgconfig ) + qt4? ( virtual/pkgconfig ) )" pkg_setup() { |