diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-02-27 20:35:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-02-27 20:35:23 +0000 |
commit | 623a117a435bad4a5197f283e93b2ece189e053e (patch) | |
tree | 358498362e1ca5823ca709bbc121730f7052abbc | |
parent | Stable on hppa. See bug #124239. (diff) | |
download | historical-623a117a435bad4a5197f283e93b2ece189e053e.tar.gz historical-623a117a435bad4a5197f283e93b2ece189e053e.tar.bz2 historical-623a117a435bad4a5197f283e93b2ece189e053e.zip |
use full atoms for built_with_use
Package-Manager: portage-2.1_pre5-r1
-rw-r--r-- | dev-cpp/ice/Manifest | 20 | ||||
-rw-r--r-- | dev-cpp/ice/ice-3.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/ice/ice-3.0.1.ebuild | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/dev-cpp/ice/Manifest b/dev-cpp/ice/Manifest index a7336a5cbb68..e0adbbf2363b 100644 --- a/dev-cpp/ice/Manifest +++ b/dev-cpp/ice/Manifest @@ -16,19 +16,19 @@ SHA256 18282bdda0b3dee659bc478b34f11dc23642b4b811a7b826789a599b71b8357f files/ic MD5 175aea2fc46c6c8180771013e363b11e files/ice-3.0.1-makefile.patch 1436 RMD160 6957ee3d88b7208b8d23da2c2d00e6643c9ab233 files/ice-3.0.1-makefile.patch 1436 SHA256 bc1a2251ddefd09ac4b4d5f543a613b76ae1ece79d046811a3da122310d8017a files/ice-3.0.1-makefile.patch 1436 -MD5 2e582f2fff0e920a43fcc2365b9225fd ice-3.0.0-r1.ebuild 1467 -RMD160 ba6d45d50535a3415e73a2de051d4f4d9a1932b0 ice-3.0.0-r1.ebuild 1467 -SHA256 41fd0eb2213948f37c2c54bd7b1805b74e0d3b8eaaff3ad84938e806a7a2b448 ice-3.0.0-r1.ebuild 1467 -MD5 cbcf121666c4ae3daae50badbb68a64c ice-3.0.1.ebuild 1461 -RMD160 9ee5143c9e5f1e7d3c74f0582ddc5fdd1803ddff ice-3.0.1.ebuild 1461 -SHA256 df9a022b49ce732c0284c4bf9c56f8306925659492365b022d9b217ecc7b22c3 ice-3.0.1.ebuild 1461 +MD5 05ce092931d02151fa284cd39238bcb5 ice-3.0.0-r1.ebuild 1476 +RMD160 2e0258d3a5c724ddf90971cd683e9053ed8193f4 ice-3.0.0-r1.ebuild 1476 +SHA256 b12756c1f4c67ee2602d9b4c3781a82148d64d46a7d5ebf3e7c710a7caa0e84c ice-3.0.0-r1.ebuild 1476 +MD5 d7fd10ab37c7b2641d2db55c0408cab8 ice-3.0.1.ebuild 1473 +RMD160 c1b8a76f193170eef7daab18914522b4714bf5d8 ice-3.0.1.ebuild 1473 +SHA256 cf2fc4d9a0bc82807376f805198d1a48023860a0c0e841160752b7f3bc4110f8 ice-3.0.1.ebuild 1473 MD5 3ec88d1ac2be997dc111b3eaa1da573e metadata.xml 367 RMD160 b6a6be891c7d6a93019b478754aaa304cbd03165 metadata.xml 367 SHA256 3de23948faba6aa2f0ba1a51921ecf0258c7c3b8992998668c18957e9698893e metadata.xml 367 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.2.1 (GNU/Linux) -iD8DBQFD9kf2I1lqEGTUzyQRApDfAJ9hkZbLhBN2OcADQfQayiG4OdndqwCgxBwY -vIWZ1ucysdOy9yp/wP+lGLo= -=0Plm +iD8DBQFEA2KYI1lqEGTUzyQRAk3oAKCcDen/G9FuIeoLplnsSLrC9scslQCglBjQ +ymN62FqqyY/Szt7PiUnesAE= +=2IPl -----END PGP SIGNATURE----- diff --git a/dev-cpp/ice/ice-3.0.0-r1.ebuild b/dev-cpp/ice/ice-3.0.0-r1.ebuild index 74194043fea2..7b4991471d14 100644 --- a/dev-cpp/ice/ice-3.0.0-r1.ebuild +++ b/dev-cpp/ice/ice-3.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ice/ice-3.0.0-r1.ebuild,v 1.3 2006/01/19 18:03:34 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ice/ice-3.0.0-r1.ebuild,v 1.4 2006/02/27 20:35:23 swegener Exp $ inherit eutils @@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/expat-1.9 S=${WORKDIR}/${MY_P} pkg_setup() { - built_with_use db nocxx && die "DB must be compiled with C++ support!" + built_with_use sys-libs/db nocxx && die "DB must be compiled with C++ support!" } src_unpack() { diff --git a/dev-cpp/ice/ice-3.0.1.ebuild b/dev-cpp/ice/ice-3.0.1.ebuild index adb8e03163ba..a43303babb49 100644 --- a/dev-cpp/ice/ice-3.0.1.ebuild +++ b/dev-cpp/ice/ice-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ice/ice-3.0.1.ebuild,v 1.1 2006/01/25 21:32:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ice/ice-3.0.1.ebuild,v 1.2 2006/02/27 20:35:23 swegener Exp $ inherit eutils @@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/expat-1.9 S=${WORKDIR}/${MY_P} pkg_setup() { - built_with_use db nocxx && die "DB must be compiled with C++ support!" + built_with_use sys-libs/db nocxx && die "DB must be compiled with C++ support!" } src_unpack() { |