summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-22 18:41:23 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-22 18:41:23 +0000
commitd3c7e9661a3041fcc300db221b30937591db3f71 (patch)
tree82758e287f11312a60d21a883fbbd69999dde14c /net-im/psi
parentAdd missing dependencies for USE=doc, bug 540966. (diff)
downloadgentoo-2-d3c7e9661a3041fcc300db221b30937591db3f71.tar.gz
gentoo-2-d3c7e9661a3041fcc300db221b30937591db3f71.tar.bz2
gentoo-2-d3c7e9661a3041fcc300db221b30937591db3f71.zip
Update dependency on QCA plugins to use USE flags on app-crypt/qca:2 unconditionally, to provide a single sane path for dependency resolution. Bug #541066.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-im/psi')
-rw-r--r--net-im/psi/ChangeLog8
-rw-r--r--net-im/psi/psi-0.14-r4.ebuild8
-rw-r--r--net-im/psi/psi-0.15.ebuild8
-rw-r--r--net-im/psi/psi-9999.ebuild8
4 files changed, 19 insertions, 13 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog
index b1ccdedbe8ad..1ab1bfb59757 100644
--- a/net-im/psi/ChangeLog
+++ b/net-im/psi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/psi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.240 2015/01/29 01:08:31 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.241 2015/02/22 18:41:23 mgorny Exp $
+
+ 22 Feb 2015; Michał Górny <mgorny@gentoo.org> psi-0.14-r4.ebuild,
+ psi-0.15.ebuild, psi-9999.ebuild:
+ Update dependency on QCA plugins to use USE flags on app-crypt/qca:2
+ unconditionally, to provide a single sane path for dependency resolution. Bug
+ #541066.
29 Jan 2015; Johannes Huber <johu@gentoo.org> psi-0.14-r4.ebuild,
psi-0.15.ebuild, psi-9999.ebuild:
diff --git a/net-im/psi/psi-0.14-r4.ebuild b/net-im/psi/psi-0.14-r4.ebuild
index 42cde2588bfe..07bf235665d3 100644
--- a/net-im/psi/psi-0.14-r4.ebuild
+++ b/net-im/psi/psi-0.14-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild,v 1.17 2015/01/29 01:08:31 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.14-r4.ebuild,v 1.18 2015/02/22 18:41:23 mgorny Exp $
EAPI=4
@@ -44,10 +44,10 @@ DEPEND="${RDEPEND}
sys-devel/qconf
doc? ( app-doc/doxygen )"
-PDEPEND="crypt? ( || ( app-crypt/qca-gnupg:2 app-crypt/qca:2[gpg] ) )
+PDEPEND="crypt? ( app-crypt/qca:2[gpg] )
jingle? ( net-im/psimedia
- || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) )
- ssl? ( || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) )"
+ app-crypt/qca:2[openssl] )
+ ssl? ( app-crypt/qca:2[openssl] )"
S=${WORKDIR}/${MY_P}
diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild
index 4c184b6db199..58a23f0a5ef4 100644
--- a/net-im/psi/psi-0.15.ebuild
+++ b/net-im/psi/psi-0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.5 2015/01/29 01:08:31 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.6 2015/02/22 18:41:23 mgorny Exp $
EAPI=5
@@ -37,10 +37,10 @@ DEPEND="${RDEPEND}
sys-devel/qconf
doc? ( app-doc/doxygen )"
-PDEPEND="crypt? ( || ( app-crypt/qca-gnupg:2 app-crypt/qca:2[gpg] ) )
+PDEPEND="crypt? ( app-crypt/qca:2[gpg] )
jingle? ( net-im/psimedia
- || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) )
- ssl? ( || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) )"
+ app-crypt/qca:2[openssl] )
+ ssl? ( app-crypt/qca:2[openssl] )"
DOC_CONTENTS='Psi+ support(USE="extras") was removed from ebuild since 0.15'
FORCE_PRINT_ELOG=1
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index 1db012c8c4d2..e3a9b25509f9 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.22 2015/01/29 01:08:31 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.23 2015/02/22 18:41:23 mgorny Exp $
EAPI="4"
@@ -54,12 +54,12 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
PDEPEND="
- crypt? ( || ( app-crypt/qca-gnupg:2 app-crypt/qca:2[gpg] ) )
+ crypt? ( app-crypt/qca:2[gpg] )
jingle? (
net-im/psimedia
- || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] )
+ app-crypt/qca:2[openssl]
)
- ssl? ( || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) )
+ ssl? ( app-crypt/qca:2[openssl] )
"
RESTRICT="test"