diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2006-01-31 13:15:03 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2006-01-31 13:15:03 +0000 |
commit | 44142390cb9598088b184f85c01b39662b2f394e (patch) | |
tree | 8ed31ec7e295a10475e3c32d0e9ff3f18e4d106f /sci-mathematics/pariguide | |
parent | Unstable on hppa. (diff) | |
download | historical-44142390cb9598088b184f85c01b39662b2f394e.tar.gz historical-44142390cb9598088b184f85c01b39662b2f394e.tar.bz2 historical-44142390cb9598088b184f85c01b39662b2f394e.zip |
No need to depend on virtual/x11 when we already depend on QT.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-mathematics/pariguide')
-rw-r--r-- | sci-mathematics/pariguide/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/pariguide/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/pariguide/pariguide-0.43a.ebuild | 7 |
3 files changed, 10 insertions, 18 deletions
diff --git a/sci-mathematics/pariguide/ChangeLog b/sci-mathematics/pariguide/ChangeLog index 2424e067d9d9..78859cb96aac 100644 --- a/sci-mathematics/pariguide/ChangeLog +++ b/sci-mathematics/pariguide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pariguide -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/ChangeLog,v 1.6 2005/12/07 11:15:14 herbs Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/ChangeLog,v 1.7 2006/01/31 13:15:03 phosphan Exp $ + + 31 Jan 2006; Patrick Kursawe <phosphan@gentoo.org> pariguide-0.43a.ebuild: + No need to depend on virtual/x11 when we already depend on QT. 07 Dec 2005; Herbie Hopkins <herbs@gentoo.org> pariguide-0.43a.ebuild: Multilib fix. diff --git a/sci-mathematics/pariguide/Manifest b/sci-mathematics/pariguide/Manifest index 486138e62d66..983a90669f71 100644 --- a/sci-mathematics/pariguide/Manifest +++ b/sci-mathematics/pariguide/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f0a7af28be359558d558a6318d5f3c67 ChangeLog 1476 +MD5 b4c3d410ebadd8c7be835a4ac39cb925 ChangeLog 1622 MD5 634bbf3664aaa81da8769398869b914f files/digest-pariguide-0.43a 67 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 bacc3a6e3aa9e2e79c69ecdce07c59ec pariguide-0.43a.ebuild 1080 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDlsRR2G5bA0cA/ScRAhnFAKCYhaq2Y6N7GDJGqDyPQRvd5lukGACgqjf0 -dn4SI/lzcKyOVYBr4TdEziI= -=DQ2z ------END PGP SIGNATURE----- +MD5 eb5310a1a9d106fbd78935ad95aaad36 pariguide-0.43a.ebuild 1070 diff --git a/sci-mathematics/pariguide/pariguide-0.43a.ebuild b/sci-mathematics/pariguide/pariguide-0.43a.ebuild index 35794683bf06..70ae59653838 100644 --- a/sci-mathematics/pariguide/pariguide-0.43a.ebuild +++ b/sci-mathematics/pariguide/pariguide-0.43a.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-mathematics/pariguide/pariguide-0.43a.ebuild,v 1.4 2005/12/07 11:15:14 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pariguide/pariguide-0.43a.ebuild,v 1.5 2006/01/31 13:15:03 phosphan Exp $ inherit multilib @@ -14,8 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 x86 ppc ~sparc alpha ~hppa" -DEPEND="<x11-libs/qt-4 - virtual/x11" +DEPEND="<x11-libs/qt-4" RDEPEND=">=sci-mathematics/pari-2.1.0" |