diff options
Diffstat (limited to 'app-admin/keepassx/keepassx-0.2.2.ebuild')
-rw-r--r-- | app-admin/keepassx/keepassx-0.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/keepassx/keepassx-0.2.2.ebuild b/app-admin/keepassx/keepassx-0.2.2.ebuild index 3fb32c8a67b3..280161a49935 100644 --- a/app-admin/keepassx/keepassx-0.2.2.ebuild +++ b/app-admin/keepassx/keepassx-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.ebuild,v 1.6 2006/12/30 17:07:04 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.2.2.ebuild,v 1.7 2007/01/01 22:18:38 swegener Exp $ inherit eutils @@ -16,7 +16,7 @@ DEPEND=">=x11-libs/qt-4.1" RDEPEND="${DEPEND}" src_compile() { - if has_version >=x11-libs/qt-4.2.2 && ! built_with_use qt qt3support; then + if has_version ">=x11-libs/qt-4.2.2" && ! built_with_use x11-libs/qt qt3support; then eerror eerror "You need to rebuild x11-libs/qt with USE=qt3support enabled" eerror @@ -32,4 +32,4 @@ src_install() { insinto /usr/share/ doins -r share/* domenu "${FILESDIR}/keepassx.desktop" -}
\ No newline at end of file +} |