diff options
Diffstat (limited to 'app-admin/keepassx/keepassx-0.2.2-r1.ebuild')
-rw-r--r-- | app-admin/keepassx/keepassx-0.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/keepassx/keepassx-0.2.2-r1.ebuild b/app-admin/keepassx/keepassx-0.2.2-r1.ebuild index 044a47ae1ccf..3a9746de0c53 100644 --- a/app-admin/keepassx/keepassx-0.2.2-r1.ebuild +++ b/app-admin/keepassx/keepassx-0.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.2.2-r1.ebuild,v 1.2 2007/08/21 11:20:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.2.2-r1.ebuild,v 1.3 2007/10/15 22:44:38 opfer Exp $ inherit eutils @@ -16,7 +16,7 @@ DEPEND=">=x11-libs/qt-4.1" RDEPEND="${DEPEND}" pkg_setup() { - if has_version ">=x11-libs/qt-4.2.2" && ! built_with_use x11-libs/qt qt3support; then + if ! built_with_use --missing true x11-libs/qt qt3support; then eerror eerror "You need to rebuild x11-libs/qt with USE=qt3support enabled" eerror |