diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-11-03 17:20:22 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-11-03 17:20:22 +0000 |
commit | b54fdac05e400fb361fe10c954ba7a50952873e8 (patch) | |
tree | 8b5825d2c0ab9b5a3b203fa1bf1de2c627316476 /app-misc/beagle | |
parent | Marked stable on amd64 (diff) | |
download | gentoo-2-b54fdac05e400fb361fe10c954ba7a50952873e8.tar.gz gentoo-2-b54fdac05e400fb361fe10c954ba7a50952873e8.tar.bz2 gentoo-2-b54fdac05e400fb361fe10c954ba7a50952873e8.zip |
We aren't compatible with wv-1.2.0 yet, so depend on 1.0.3-r1 for now (will be properly fixed in next beagle release).
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-misc/beagle')
-rw-r--r-- | app-misc/beagle/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/beagle/beagle-0.1.1.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-misc/beagle/ChangeLog b/app-misc/beagle/ChangeLog index 4127f50c0713..0e30ce695183 100644 --- a/app-misc/beagle/ChangeLog +++ b/app-misc/beagle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/beagle # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beagle/ChangeLog,v 1.2 2005/10/25 17:01:02 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/beagle/ChangeLog,v 1.3 2005/11/03 17:20:22 dsd Exp $ + + 03 Nov 2005; Daniel Drake <dsd@gentoo.org> beagle-0.1.1.ebuild: + We aren't compatible with wv-1.2.0 yet, so depend on 1.0.3-r1 for now (will + be properly fixed in next beagle release). 25 Oct 2005; Daniel Drake <dsd@gentoo.org> beagle-0.1.1.ebuild: Stop using gnome2 eclass. Use emake -j1 to prevent compilation errors - diff --git a/app-misc/beagle/beagle-0.1.1.ebuild b/app-misc/beagle/beagle-0.1.1.ebuild index d7f639150b32..e5d2a8234fcf 100644 --- a/app-misc/beagle/beagle-0.1.1.ebuild +++ b/app-misc/beagle/beagle-0.1.1.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/app-misc/beagle/beagle-0.1.1.ebuild,v 1.3 2005/11/03 07:46:14 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/beagle/beagle-0.1.1.ebuild,v 1.4 2005/11/03 17:20:22 dsd Exp $ inherit gnome.org eutils mono @@ -30,7 +30,7 @@ RDEPEND=">=dev-lang/mono-1.1.9.1 >=dev-libs/atk-1.2.4 >=media-libs/libexif-0.6.0 >=dev-libs/libxml2-2.6.19 - wv? ( >=app-text/wv-1.0.3-r1 ) + wv? ( =app-text/wv-1.0.3-r1 ) chm? ( app-doc/chmlib ) pdf? ( app-text/xpdf ) spreadsheet? ( >=app-office/gnumeric-1.4.3-r3 ) @@ -80,6 +80,9 @@ src_unpack() { # Fix handling of filenames epatch ${FILESDIR}/${P}-uri-serialization.patch + + # We aren't compatible with wv-1.2.0 yet + sed -i -e 's/wv-1.0/wv-1.0 < 1.2.0/g' configure } src_compile() { |