summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-03 13:53:02 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-03 13:53:02 +0000
commita1280e6d9e80d35acd72bd2fbfef79df1a16fe5f (patch)
tree94f09ebd513fe3778182f23f3af8a1222798f7f5 /app-crypt
parentRemove old. (diff)
downloadgentoo-2-a1280e6d9e80d35acd72bd2fbfef79df1a16fe5f.tar.gz
gentoo-2-a1280e6d9e80d35acd72bd2fbfef79df1a16fe5f.tar.bz2
gentoo-2-a1280e6d9e80d35acd72bd2fbfef79df1a16fe5f.zip
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry/ChangeLog7
-rw-r--r--app-crypt/pinentry/pinentry-0.8.0-r1.ebuild4
-rw-r--r--app-crypt/pinentry/pinentry-0.8.0.ebuild4
-rw-r--r--app-crypt/pinentry/pinentry-0.8.1.ebuild4
-rw-r--r--app-crypt/pinentry/pinentry-0.8.2.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog
index c6dece81f187..8d62e4dfe887 100644
--- a/app-crypt/pinentry/ChangeLog
+++ b/app-crypt/pinentry/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/pinentry
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.125 2012/08/17 12:31:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.126 2012/09/03 13:53:02 kensington Exp $
+
+ 03 Sep 2012; Michael Palimaka <kensington@gentoo.org>
+ pinentry-0.8.0-r1.ebuild, pinentry-0.8.0.ebuild, pinentry-0.8.1.ebuild,
+ pinentry-0.8.2.ebuild:
+ Add missing slot dependencies on Qt.
17 Aug 2012; Anthony G. Basile <blueness@gentoo.org> pinentry-0.8.1.ebuild:
Stable ppc ppc64, bug #421593
diff --git a/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild b/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild
index 3b30a350ae5c..5e24d9b50924 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-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.0-r1.ebuild,v 1.4 2012/05/03 18:16:39 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild,v 1.5 2012/09/03 13:53:02 kensington Exp $
EAPI=3
inherit multilib eutils flag-o-matic
@@ -19,7 +19,7 @@ RDEPEND="app-admin/eselect-pinentry
!static? (
gtk? ( x11-libs/gtk+:2 )
ncurses? ( sys-libs/ncurses )
- qt4? ( >=x11-libs/qt-gui-4.4.1 )
+ qt4? ( >=x11-libs/qt-gui-4.4.1:4 )
!gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) )
)
caps? ( sys-libs/libcap )"
diff --git a/app-crypt/pinentry/pinentry-0.8.0.ebuild b/app-crypt/pinentry/pinentry-0.8.0.ebuild
index 9315af00328d..8cbb5214c033 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-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.0.ebuild,v 1.15 2012/05/03 18:16:39 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0.ebuild,v 1.16 2012/09/03 13:53:02 kensington Exp $
EAPI=3
@@ -19,7 +19,7 @@ RDEPEND="static? ( sys-libs/ncurses )
!static? (
gtk? ( x11-libs/gtk+:2 )
ncurses? ( sys-libs/ncurses )
- qt4? ( >=x11-libs/qt-gui-4.4.1 )
+ qt4? ( >=x11-libs/qt-gui-4.4.1:4 )
!gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) )
)
caps? ( sys-libs/libcap )"
diff --git a/app-crypt/pinentry/pinentry-0.8.1.ebuild b/app-crypt/pinentry/pinentry-0.8.1.ebuild
index 90e60c6e41e5..3db8a7467199 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.11 2012/08/17 12:31:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.12 2012/09/03 13:53:02 kensington Exp $
EAPI=3
@@ -20,7 +20,7 @@ RDEPEND="app-admin/eselect-pinentry
!static? (
gtk? ( x11-libs/gtk+:2 )
ncurses? ( sys-libs/ncurses )
- qt4? ( >=x11-libs/qt-gui-4.4.1 )
+ qt4? ( >=x11-libs/qt-gui-4.4.1:4 )
!gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) )
)
caps? ( sys-libs/libcap )"
diff --git a/app-crypt/pinentry/pinentry-0.8.2.ebuild b/app-crypt/pinentry/pinentry-0.8.2.ebuild
index 566a420db1e1..4a70b1709cd3 100644
--- a/app-crypt/pinentry/pinentry-0.8.2.ebuild
+++ b/app-crypt/pinentry/pinentry-0.8.2.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.2.ebuild,v 1.1 2012/08/14 12:09:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.2.ebuild,v 1.2 2012/09/03 13:53:02 kensington Exp $
EAPI=3
@@ -20,7 +20,7 @@ RDEPEND="app-admin/eselect-pinentry
!static? (
gtk? ( x11-libs/gtk+:2 )
ncurses? ( sys-libs/ncurses )
- qt4? ( >=x11-libs/qt-gui-4.4.1 )
+ qt4? ( >=x11-libs/qt-gui-4.4.1:4 )
!gtk? ( !qt4? ( !ncurses? ( sys-libs/ncurses ) ) )
)
caps? ( sys-libs/libcap )"