diff options
author | 2008-03-29 15:11:49 +0000 | |
---|---|---|
committer | 2008-03-29 15:11:49 +0000 | |
commit | 535c6b1af268c07d5088296ffc1aa8db542d8ae8 (patch) | |
tree | 3c7679521fbe8f384d2fafc29e709478292e8438 /app-admin | |
parent | Add acroread-8.1.2-r2.ebuild, fixing bug #214800 and #215202. (diff) | |
download | gentoo-2-535c6b1af268c07d5088296ffc1aa8db542d8ae8.tar.gz gentoo-2-535c6b1af268c07d5088296ffc1aa8db542d8ae8.tar.bz2 gentoo-2-535c6b1af268c07d5088296ffc1aa8db542d8ae8.zip |
Remove the redundant qt3support check from keepassx-0.3.1.ebuild.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassx/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/keepassx/keepassx-0.3.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/keepassx/ChangeLog b/app-admin/keepassx/ChangeLog index 9fcad2e81a4f..bacddb06b532 100644 --- a/app-admin/keepassx/ChangeLog +++ b/app-admin/keepassx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/keepassx # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.25 2008/03/17 22:48:10 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/ChangeLog,v 1.26 2008/03/29 15:11:49 tgurr Exp $ + + 29 Mar 2008; Timo Gurr <tgurr@gentoo.org> keepassx-0.3.1.ebuild: + Remove the redundant qt3support check from keepassx-0.3.1.ebuild. *keepassx-0.3.1-r20 (17 Mar 2008) *keepassx-0.3.1 (17 Mar 2008) diff --git a/app-admin/keepassx/keepassx-0.3.1.ebuild b/app-admin/keepassx/keepassx-0.3.1.ebuild index c51028e82929..cbdacd8f577c 100644 --- a/app-admin/keepassx/keepassx-0.3.1.ebuild +++ b/app-admin/keepassx/keepassx-0.3.1.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-admin/keepassx/keepassx-0.3.1.ebuild,v 1.1 2008/03/17 22:48:10 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.3.1.ebuild,v 1.2 2008/03/29 15:11:49 tgurr Exp $ EAPI="1" @@ -20,11 +20,11 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/KeePassX-${PV}" pkg_setup() { - if ! built_with_use --missing true x11-libs/qt qt3support png ; then + if ! built_with_use --missing true x11-libs/qt png ; then eerror - eerror "You need to rebuild x11-libs/qt with USE=\"qt3support\" and USE=\"png\" enabled." + eerror "You need to rebuild x11-libs/qt with USE=\"png\" enabled." eerror - die "Please rebuild x11-libs/qt with USE=\"qt3support png\"." + die "Please rebuild x11-libs/qt with USE=\"png\"." fi } |