diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-01-23 20:11:31 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-01-23 20:11:31 +0000 |
commit | c6fe39057e1535a8712e903d2982850fcfc9f511 (patch) | |
tree | f2e4c12f06cec91836caba8ce0c0f8270de3ece6 /media-plugins | |
parent | x86 stable, bug #207203 (diff) | |
download | historical-c6fe39057e1535a8712e903d2982850fcfc9f511.tar.gz historical-c6fe39057e1535a8712e903d2982850fcfc9f511.tar.bz2 historical-c6fe39057e1535a8712e903d2982850fcfc9f511.zip |
Adjust tntnet dependency, as vdr-live does not compile with tntnet-1.6.1
Package-Manager: portage-2.1.4
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-live/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-plugins/vdr-live/ChangeLog b/media-plugins/vdr-live/ChangeLog index b7b7c8a0df4d..3ae320773011 100644 --- a/media-plugins/vdr-live/ChangeLog +++ b/media-plugins/vdr-live/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-live -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.9 2007/11/11 17:36:52 hd_brummy Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.10 2008/01/23 20:11:31 zzam Exp $ + + 23 Jan 2008; Matthias Schwarzott <zzam@gentoo.org> + vdr-live-0.1.0.20071111.ebuild: + Adjust tntnet dependency, as vdr-live does not compile with tntnet-1.6.1 11 Nov 2007; Joerg Bornkessel <hd_brummy@gentoo.org> -files/0.1.0/linking.diff, -files/0.1.0/series, diff --git a/media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild b/media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild index 6987b9381552..482c30840f0d 100644 --- a/media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild +++ b/media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild,v 1.1 2007/11/11 16:15:39 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.1.0.20071111.ebuild,v 1.2 2008/01/23 20:11:31 zzam Exp $ inherit vdr-plugin versionator @@ -19,7 +19,7 @@ IUSE="" DEPEND="media-video/vdr >=dev-libs/boost-1.33.0 - >=dev-libs/tntnet-1.5.3 + <dev-libs/tntnet-1.6.1 >=dev-libs/cxxtools-1.4.3" S="${WORKDIR}/${VDRPLUGIN}" |