diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-05 11:30:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-05 11:30:38 +0000 |
commit | 7e52487650f37546c7c53e97eccffa262655b97f (patch) | |
tree | 7c515bbb2bb6f2cf63c11d8671c3ca3153f075a3 /app-arch/q7z | |
parent | Remove unneeded dependencies and use slot deps. (diff) | |
download | gentoo-2-7e52487650f37546c7c53e97eccffa262655b97f.tar.gz gentoo-2-7e52487650f37546c7c53e97eccffa262655b97f.tar.bz2 gentoo-2-7e52487650f37546c7c53e97eccffa262655b97f.zip |
PyQt4 is needed at build-time too.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-arch/q7z')
-rw-r--r-- | app-arch/q7z/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/q7z/q7z-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/q7z/ChangeLog b/app-arch/q7z/ChangeLog index ca706fc2c0e4..7ee5a4eb905b 100644 --- a/app-arch/q7z/ChangeLog +++ b/app-arch/q7z/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/q7z # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/q7z/ChangeLog,v 1.2 2008/02/26 14:29:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/q7z/ChangeLog,v 1.3 2008/10/05 11:30:38 flameeyes Exp $ + + 05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> q7z-0.7.1.ebuild: + PyQt4 is needed at build-time too. 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> q7z-0.7.1.ebuild: Add ~sparc diff --git a/app-arch/q7z/q7z-0.7.1.ebuild b/app-arch/q7z/q7z-0.7.1.ebuild index f6c0aa66b23c..7fd0f060554a 100644 --- a/app-arch/q7z/q7z-0.7.1.ebuild +++ b/app-arch/q7z/q7z-0.7.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-arch/q7z/q7z-0.7.1.ebuild,v 1.2 2008/02/26 14:29:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/q7z/q7z-0.7.1.ebuild,v 1.3 2008/10/05 11:30:38 flameeyes Exp $ MY_PN="Q7Z" DESCRIPTION="A GUI frontend for p7zip" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" -DEPEND="" +DEPEND=">=dev-python/PyQt4-4.3" RDEPEND="app-arch/p7zip app-arch/tar >=dev-python/PyQt4-4.3" |