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 | 1e6453ee288bb785c1b4f04a345159d3be95cc61 (patch) | |
tree | 38e08bf45138dc49532638c0bb82e8505ea6cb75 /sci-calculators | |
parent | Fix modular X deps. (diff) | |
download | historical-1e6453ee288bb785c1b4f04a345159d3be95cc61.tar.gz historical-1e6453ee288bb785c1b4f04a345159d3be95cc61.tar.bz2 historical-1e6453ee288bb785c1b4f04a345159d3be95cc61.zip |
Fix dependencies for modular X, bug 119388.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/kunit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/kunit/Manifest | 14 | ||||
-rw-r--r-- | sci-calculators/kunit/kunit-0.5.ebuild | 7 |
3 files changed, 15 insertions, 13 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/Manifest b/sci-calculators/kunit/Manifest index c54e208deebe..0d6c84627303 100644 --- a/sci-calculators/kunit/Manifest +++ b/sci-calculators/kunit/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 c7a618ac811efeb552df32e2f8ff494e kunit-0.5.ebuild 713 -MD5 4138a9a5358437ce01e77b976e5adaf6 ChangeLog 966 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 7d7f3b037a0b927104510766c185dc24 ChangeLog 1083 MD5 0c90d280bdbe0daf16c2cb881e61683a files/digest-kunit-0.5 61 +MD5 90ad393731a81bc45fc8d6cb0696e97a kunit-0.5.ebuild 700 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDEPq+ntT9W3vfTuoRApT7AJ9FpOL5Chy3nmELPqyZpXV6PTPFtwCfXRaq -+gXNy4hvk+nWRsFoODREa0c= -=SYEz +iD8DBQFDzta5ntT9W3vfTuoRAsaNAJ4112RBgkAQmxYgFLjc64y80YkY6ACgramx +3sV+KAsxzJ6NVkrDDE+61aw= +=tRmV -----END PGP SIGNATURE----- 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 |