diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-23 12:46:37 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-01-23 12:46:37 +0000 |
commit | b26b30068dc3897c0a104eb7f4f39d4cd9270424 (patch) | |
tree | 3405ac15d44cdcb2b94c5bec4856508335bbfddd /app-crypt | |
parent | Add 0.26.0_alpha9. (diff) | |
download | gentoo-2-b26b30068dc3897c0a104eb7f4f39d4cd9270424.tar.gz gentoo-2-b26b30068dc3897c0a104eb7f4f39d4cd9270424.tar.bz2 gentoo-2-b26b30068dc3897c0a104eb7f4f39d4cd9270424.zip |
Fix block.
(Portage version: 2.1.4)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/qca/qca-2.0.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/qca/ChangeLog b/app-crypt/qca/ChangeLog index 6fe95d27abe3..1c277fe2aa8a 100644 --- a/app-crypt/qca/ChangeLog +++ b/app-crypt/qca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/qca # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v 1.32 2008/01/23 01:39:24 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/ChangeLog,v 1.33 2008/01/23 12:46:37 ingmar Exp $ + + 23 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> ChangeLog: + Fix blocker. 23 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> qca-2.0.0-r2.ebuild: Block versions of app-crypt/qca:0 that don't slot properly. diff --git a/app-crypt/qca/qca-2.0.0-r2.ebuild b/app-crypt/qca/qca-2.0.0-r2.ebuild index b7369e531be3..20054f92e074 100644 --- a/app-crypt/qca/qca-2.0.0-r2.ebuild +++ b/app-crypt/qca/qca-2.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.0.0-r2.ebuild,v 1.3 2008/01/23 01:39:24 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.0.0-r2.ebuild,v 1.4 2008/01/23 12:46:37 ingmar Exp $ EAPI="1" @@ -17,7 +17,7 @@ IUSE="debug doc examples" RESTRICT="test" DEPEND=" - <app-crypt/qca-1.0-r3 + !<app-crypt/qca-1.0-r3 >=x11-libs/qt-4.2.0:4" RDEPEND="${DEPEND}" |