diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-03 15:05:06 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-03 15:05:06 +0000 |
commit | b684137b010565310dddbde8f547ffe220de3e1d (patch) | |
tree | 7a2597910ce11183c90c7c762441b5ed26872515 /media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild | |
parent | Version bump, bug 156974 (diff) | |
download | historical-b684137b010565310dddbde8f547ffe220de3e1d.tar.gz historical-b684137b010565310dddbde8f547ffe220de3e1d.tar.bz2 historical-b684137b010565310dddbde8f547ffe220de3e1d.zip |
Added patch to compile also with vdr-1.4.4_p1
Package-Manager: portage-2.1.2_rc2-r4
Diffstat (limited to 'media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild')
-rw-r--r-- | media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild b/media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild index 83a5fd6d7ab5..d8920eba3092 100644 --- a/media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild +++ b/media-plugins/vdr-videosystem/vdr-videosystem-0.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/media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild,v 1.1 2006/05/15 08:26:33 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-videosystem/vdr-videosystem-0.0.1.ebuild,v 1.2 2006/12/03 15:05:06 zzam Exp $ inherit vdr-plugin @@ -15,3 +15,5 @@ IUSE="" DEPEND=">=media-video/vdr-1.3.18" +PATCHES="${FILESDIR}/${P}-uint64.diff" + |