diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-06-29 16:01:44 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-06-29 16:01:44 +0000 |
commit | 5aa633956f52f5df7a12b1e4f0c6017e85f9055c (patch) | |
tree | d868b569b43eec00169a1a796b3b982aa40b0b51 /dev-python | |
parent | Replace append of -fPIC with a proper patch for PIC support, remove bad -lint... (diff) | |
download | gentoo-2-5aa633956f52f5df7a12b1e4f0c6017e85f9055c.tar.gz gentoo-2-5aa633956f52f5df7a12b1e4f0c6017e85f9055c.tar.bz2 gentoo-2-5aa633956f52f5df7a12b1e4f0c6017e85f9055c.zip |
changed clamav DEPEND to ~app-antivirus/clamav-0.88.7
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyclamav/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyclamav/pyclamav-0.3.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pyclamav/ChangeLog b/dev-python/pyclamav/ChangeLog index 7bbd137f4552..e9320f2c017e 100644 --- a/dev-python/pyclamav/ChangeLog +++ b/dev-python/pyclamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyclamav # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.12 2007/02/17 19:55:25 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/ChangeLog,v 1.13 2007/06/29 16:01:44 hawking Exp $ + + 29 Jun 2007; Ali Polatel <hawking@gentoo.org> pyclamav-0.3.3.ebuild: + changed clamav DEPEND to ~app-antivirus/clamav-0.88.7 *pyclamav-0.4.0 (17 Feb 2007) diff --git a/dev-python/pyclamav/pyclamav-0.3.3.ebuild b/dev-python/pyclamav/pyclamav-0.3.3.ebuild index 9f64e2551b3a..596178a7bb6c 100644 --- a/dev-python/pyclamav/pyclamav-0.3.3.ebuild +++ b/dev-python/pyclamav/pyclamav-0.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.3.3.ebuild,v 1.1 2006/05/20 22:15:34 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.3.3.ebuild,v 1.2 2007/06/29 16:01:44 hawking Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://xael.org/norman/python/pyclamav/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" DEPEND=">=dev-lang/python-2.2 - >=app-antivirus/clamav-0.80" + ~app-antivirus/clamav-0.88.7" SLOT="0" IUSE="" |