diff options
Diffstat (limited to 'app-crypt/qca-gnupg')
-rw-r--r-- | app-crypt/qca-gnupg/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-crypt/qca-gnupg/ChangeLog b/app-crypt/qca-gnupg/ChangeLog index a75c74627bcd..7524c7ac96a6 100644 --- a/app-crypt/qca-gnupg/ChangeLog +++ b/app-crypt/qca-gnupg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-gnupg -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.14 2008/09/20 10:04:21 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.15 2009/04/11 00:10:07 arfrever Exp $ + + 11 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + qca-gnupg-2.0.0_beta3.ebuild: + Add missing dependency on x11-libs/qt-core (bug #257775). 20 Sep 2008; Raúl Porcel <armin76@gentoo.org> qca-gnupg-2.0.0_beta2.ebuild: diff --git a/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild b/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild index e8c1f25abcf9..3b1295852c21 100644 --- a/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild +++ b/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild,v 1.3 2008/09/17 16:11:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild,v 1.4 2009/04/11 00:10:07 arfrever Exp $ inherit eutils qt4 @@ -16,7 +16,8 @@ SLOT="2" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug" -DEPEND=">=app-crypt/qca-${QCA_VER}" +DEPEND=">=app-crypt/qca-${QCA_VER} + x11-libs/qt-core" RDEPEND="${DEPEND} app-crypt/gnupg" |