diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2009-08-01 20:10:53 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2009-08-01 20:10:53 +0000 |
commit | 4816a6fd0ed28b6e1f06995f43a86cb0057e1fdc (patch) | |
tree | 43975a64aaed6ac3ef3f4e2915a6a0c00eb39247 /sci-electronics | |
parent | xfconf.eclass (diff) | |
download | gentoo-2-4816a6fd0ed28b6e1f06995f43a86cb0057e1fdc.tar.gz gentoo-2-4816a6fd0ed28b6e1f06995f43a86cb0057e1fdc.tar.bz2 gentoo-2-4816a6fd0ed28b6e1f06995f43a86cb0057e1fdc.zip |
Tightened the freehdl dependency, closes bug 276611.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/qucs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog index 02d560de4ea7..e2e70e07c884 100644 --- a/sci-electronics/qucs/ChangeLog +++ b/sci-electronics/qucs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/qucs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.21 2009/05/26 18:07:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.22 2009/08/01 20:10:53 cryos Exp $ + + 01 Aug 2009; Marcus D. Hanwell <cryos@gentoo.org> qucs-0.0.15.ebuild: + Tightened the freehdl dependency, closes bug 276611. *qucs-0.0.15 (26 May 2009) diff --git a/sci-electronics/qucs/qucs-0.0.15.ebuild b/sci-electronics/qucs/qucs-0.0.15.ebuild index ca8513eee750..355db990fb03 100644 --- a/sci-electronics/qucs/qucs-0.0.15.ebuild +++ b/sci-electronics/qucs/qucs-0.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild,v 1.1 2009/05/26 18:07:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild,v 1.2 2009/08/01 20:10:53 cryos Exp $ EAPI=1 @@ -16,7 +16,7 @@ IUSE="debug" DEPEND="x11-libs/qt:3" RDEPEND="x11-libs/qt:3 - sci-electronics/freehdl" + >=sci-electronics/freehdl-0.0.7" src_compile() { myconf="--with-x $(use_enable debug)" |