diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-25 18:41:18 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-25 18:41:18 +0000 |
commit | c93fdf17126723e43c9bbd572d0174121feb266d (patch) | |
tree | e9327c4957e82a044b46d070d02ea6135a588ef8 /media-libs/cal3d | |
parent | rev bump. modular X depends. clean up old cruft from the 2.0.x days. (diff) | |
download | historical-c93fdf17126723e43c9bbd572d0174121feb266d.tar.gz historical-c93fdf17126723e43c9bbd572d0174121feb266d.tar.bz2 historical-c93fdf17126723e43c9bbd572d0174121feb266d.zip |
fix IUSE
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/cal3d')
-rw-r--r-- | media-libs/cal3d/Manifest | 18 | ||||
-rw-r--r-- | media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/media-libs/cal3d/Manifest b/media-libs/cal3d/Manifest index 9a7b49ecfc5b..7a5078f3a9ae 100644 --- a/media-libs/cal3d/Manifest +++ b/media-libs/cal3d/Manifest @@ -1,8 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 64f59faa9f4bbe24e26f4de81ef5735e ChangeLog 1366 -MD5 8657c6617f9ba5c38d13b487d87bf2bb cal3d-0.9.1.ebuild 678 MD5 d4dff27589e23e27a1dc83f131868d0d cal3d-0.10.0.ebuild 712 -MD5 05e52c12550fd521c02ea980750d3db1 metadata.xml 251 -MD5 548ebfc8d2c53c479a59199a7394c352 cal3d-0.11.0_pre20050518.ebuild 742 -MD5 43e71244e1825e9c85b7707bc312f049 files/digest-cal3d-0.9.1 65 +MD5 8b45ded9ed75aa8a07ddfb31ea3a24ae cal3d-0.11.0_pre20050518.ebuild 738 +MD5 8657c6617f9ba5c38d13b487d87bf2bb cal3d-0.9.1.ebuild 678 MD5 f3ca4d499a49cfb9c816eac941532332 files/digest-cal3d-0.10.0 71 MD5 b73e3fcc6d060d33797b5aea6cad2fb1 files/digest-cal3d-0.11.0_pre20050518 78 +MD5 43e71244e1825e9c85b7707bc312f049 files/digest-cal3d-0.9.1 65 +MD5 05e52c12550fd521c02ea980750d3db1 metadata.xml 251 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDDhDrI1lqEGTUzyQRAk73AJ0U6km/npG4Kq3TTLJFDnd8iTFPJQCfVIYf +2nYfi+kk72Y7bxfZHPuN3/M= +=AqFY +-----END PGP SIGNATURE----- diff --git a/media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild b/media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild index d6c6bcb597f1..b03bfa8e187e 100644 --- a/media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild +++ b/media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild,v 1.2 2005/05/24 13:15:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0_pre20050518.ebuild,v 1.3 2005/08/25 18:41:18 swegener Exp $ inherit debug @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cal3d/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="${IUSE}" +IUSE="" RDEPEND="virtual/libc" |