diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-19 00:00:45 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-19 00:00:45 +0000 |
commit | 364dfa3ff48eca19372fc11ea7578423082e0bef (patch) | |
tree | 061395056d6f33786392aa7fd99f4cc3368770b5 /sci-calculators/kunit | |
parent | Fix modular X deps. (diff) | |
download | gentoo-2-364dfa3ff48eca19372fc11ea7578423082e0bef.tar.gz gentoo-2-364dfa3ff48eca19372fc11ea7578423082e0bef.tar.bz2 gentoo-2-364dfa3ff48eca19372fc11ea7578423082e0bef.zip |
Fix dependencies for modular X, bug 119388.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-calculators/kunit')
-rw-r--r-- | sci-calculators/kunit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/kunit/kunit-0.5.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-calculators/kunit/ChangeLog b/sci-calculators/kunit/ChangeLog index 4fab512e5e00..e488c36ba47e 100644 --- a/sci-calculators/kunit/ChangeLog +++ b/sci-calculators/kunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/kunit -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/ChangeLog,v 1.5 2005/08/27 23:43:45 cryos Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/ChangeLog,v 1.6 2006/01/19 00:00:45 cryos Exp $ + + 19 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> kunit-0.5.ebuild: + Fix dependencies for modular X, bug 119388. 23 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> kunit-0.5.ebuild: Add .desktop entry for kunit, closes bug 101577. diff --git a/sci-calculators/kunit/kunit-0.5.ebuild b/sci-calculators/kunit/kunit-0.5.ebuild index ead1037b027d..ed864ba77b68 100644 --- a/sci-calculators/kunit/kunit-0.5.ebuild +++ b/sci-calculators/kunit/kunit-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.3 2005/08/23 15:12:00 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.4 2006/01/19 00:00:45 cryos Exp $ inherit eutils @@ -13,8 +13,7 @@ IUSE="" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/x11 - =x11-libs/qt-3*" +DEPEND="=x11-libs/qt-3*" src_compile() { cd kunit |