diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-01-31 18:50:06 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-01-31 18:50:06 +0000 |
commit | b6d0caad9dca853717ef4ef0c50da88cd68eda94 (patch) | |
tree | c8ff0b9c3eebedd272ac4e2fb907c858135ec6c4 /sci-electronics | |
parent | Version bump. Ebuild by Daniel Black <dragonheart@gentoo.org>. Closing bug ... (diff) | |
download | gentoo-2-b6d0caad9dca853717ef4ef0c50da88cd68eda94.tar.gz gentoo-2-b6d0caad9dca853717ef4ef0c50da88cd68eda94.tar.bz2 gentoo-2-b6d0caad9dca853717ef4ef0c50da88cd68eda94.zip |
Fixed gpsim dependency, see bug #143987.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/ktechlab/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/ktechlab/ktechlab-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-electronics/ktechlab/ChangeLog b/sci-electronics/ktechlab/ChangeLog index 802c3a2e291e..ba522c5f5950 100644 --- a/sci-electronics/ktechlab/ChangeLog +++ b/sci-electronics/ktechlab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/ktechlab -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ChangeLog,v 1.8 2006/10/15 16:28:03 calchan Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ChangeLog,v 1.9 2007/01/31 18:50:06 calchan Exp $ + + 31 Jan 2007; Denis Dupeyron <calchan@gentoo.org> ktechlab-0.3.ebuild: + Fixed gpsim dependency, see bug #143987. 15 Oct 2006; Denis Dupeyron <calchan@gentoo.org> -files/ktechlab-0.1.3-gcc41.patch, -ktechlab-0.1.3.ebuild: diff --git a/sci-electronics/ktechlab/ktechlab-0.3.ebuild b/sci-electronics/ktechlab/ktechlab-0.3.ebuild index 26177eb8741a..d84fb1bd1c1c 100644 --- a/sci-electronics/ktechlab/ktechlab-0.3.ebuild +++ b/sci-electronics/ktechlab/ktechlab-0.3.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/sci-electronics/ktechlab/ktechlab-0.3.ebuild,v 1.1 2006/04/14 19:34:33 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ktechlab-0.3.ebuild,v 1.2 2007/01/31 18:50:06 calchan Exp $ inherit kde @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" SLOT="0" -DEPEND=">=dev-embedded/gpsim-0.21" +DEPEND=">=dev-embedded/gpsim-0.21.11" need-kde 3.2 |