diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:07:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:07:53 +0000 |
commit | 7da67dc7e206cf58c9984aadbcf4e8c66e6138ac (patch) | |
tree | e31f7627413a6399e49b90c6a456f916c653903e /sci-libs/libecwj2 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-7da67dc7e206cf58c9984aadbcf4e8c66e6138ac.tar.gz gentoo-2-7da67dc7e206cf58c9984aadbcf4e8c66e6138ac.tar.bz2 gentoo-2-7da67dc7e206cf58c9984aadbcf4e8c66e6138ac.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libecwj2')
-rw-r--r-- | sci-libs/libecwj2/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libecwj2/libecwj2-3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libecwj2/ChangeLog b/sci-libs/libecwj2/ChangeLog index 9b59d53d178c..3afb514ae909 100644 --- a/sci-libs/libecwj2/ChangeLog +++ b/sci-libs/libecwj2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libecwj2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/ChangeLog,v 1.3 2008/10/04 00:57:46 darkside Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/ChangeLog,v 1.4 2009/09/23 20:07:53 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libecwj2-3.3.ebuild: + Remove virtual/libc 04 Oct 2008; Jeremy Olexa <darkside@gentoo.org> libecwj2-3.3.ebuild: add ~amd64, bug #239177 diff --git a/sci-libs/libecwj2/libecwj2-3.3.ebuild b/sci-libs/libecwj2/libecwj2-3.3.ebuild index 44f853ab425e..77af120c3bbb 100644 --- a/sci-libs/libecwj2/libecwj2-3.3.ebuild +++ b/sci-libs/libecwj2/libecwj2-3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3.ebuild,v 1.4 2008/10/04 00:57:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3.ebuild,v 1.5 2009/09/23 20:07:53 patrick Exp $ DESCRIPTION="This library offers read (decompress) and write (compress) for both the ECW and the ISO JPEG 2000 image file formats" SRC_URI="mirror://gentoo/${P}-2006-09-06.zip" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" -DEPEND="virtual/libc" +DEPEND="" src_install() { into /usr |