diff options
author | Johannes Huber <johu@gentoo.org> | 2015-07-30 16:52:10 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-07-30 16:52:10 +0000 |
commit | b585a62e65ebd5c87cca673b7c18268995aed5e7 (patch) | |
tree | f1b0a21331db09ace0d673dc2b9cd46f9cc5cc90 /net-im | |
parent | Add RESTRICT=bindist as per ulm's suggestion (diff) | |
download | gentoo-2-b585a62e65ebd5c87cca673b7c18268995aed5e7.tar.gz gentoo-2-b585a62e65ebd5c87cca673b7c18268995aed5e7.tar.bz2 gentoo-2-b585a62e65ebd5c87cca673b7c18268995aed5e7.zip |
Drop DEPEND on qt3support by Pinky <j-pi@seznam.cz>, bug #487116.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/psi-0.15.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 758acfd6dbf7..266f60218e0f 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,9 @@ # 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.242 2015/07/22 01:55:42 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.243 2015/07/30 16:52:10 johu Exp $ + + 30 Jul 2015; Johannes Huber <johu@gentoo.org> psi-0.15.ebuild: + Drop DEPEND on qt3support by Pinky <j-pi@seznam.cz>, bug #487116. 22 Jul 2015; Davide Pesavento <pesa@gentoo.org> psi-0.14-r4.ebuild, psi-0.15.ebuild, psi-9999.ebuild: diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild index 238e63b1e0fc..358dd6bf86ff 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.7 2015/07/22 01:55:42 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.8 2015/07/30 16:52:10 johu Exp $ EAPI=5 @@ -25,9 +25,8 @@ RESTRICT="test" RDEPEND=" app-arch/unzip >=app-crypt/qca-2.0.2:2[qt4(+)] - dev-qt/qt3support:4 dev-qt/qtcore:4 - dev-qt/qtgui:4[qt3support] + dev-qt/qtgui:4 >=sys-libs/zlib-1.2.5.1-r2[minizip] x11-libs/libX11 dbus? ( dev-qt/qtdbus:4 ) |