diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-09-14 11:41:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-09-14 11:41:48 +0000 |
commit | 88ec3697ed9ec2c4f57fe74eefb0c08e54ed02b0 (patch) | |
tree | 06ba2c3766a09dfce506916e4f4c4bd901f8ca22 /media-libs/libdc1394 | |
parent | Version bump wrt security bug #103308. Using a Debian patch. (diff) | |
download | gentoo-2-88ec3697ed9ec2c4f57fe74eefb0c08e54ed02b0.tar.gz gentoo-2-88ec3697ed9ec2c4f57fe74eefb0c08e54ed02b0.tar.bz2 gentoo-2-88ec3697ed9ec2c4f57fe74eefb0c08e54ed02b0.zip |
I don't understand, but now it's fixed
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-libs/libdc1394')
-rw-r--r-- | media-libs/libdc1394/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libdc1394/libdc1394-2.0.0_pre4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libdc1394/ChangeLog b/media-libs/libdc1394/ChangeLog index 629c8f0e53b8..0c783457688e 100644 --- a/media-libs/libdc1394/ChangeLog +++ b/media-libs/libdc1394/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libdc1394 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.7 2005/09/12 16:13:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.8 2005/09/14 11:41:48 seemant Exp $ + + 14 Sep 2005; Seemant Kulleen <seemant@gentoo.org> + libdc1394-2.0.0_pre4.ebuild: + I don't understand, but now it's fixed 12 Sep 2005; Seemant Kulleen <seemant@gentoo.org> +files/nox11-2.patch, -libdc1394-0.9.3.ebuild, libdc1394-1.0.0.ebuild: diff --git a/media-libs/libdc1394/libdc1394-2.0.0_pre4.ebuild b/media-libs/libdc1394/libdc1394-2.0.0_pre4.ebuild index 7962aad87606..c1b8b14811c5 100644 --- a/media-libs/libdc1394/libdc1394-2.0.0_pre4.ebuild +++ b/media-libs/libdc1394/libdc1394-2.0.0_pre4.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/media-libs/libdc1394/libdc1394-2.0.0_pre4.ebuild,v 1.4 2005/09/12 15:43:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.0.0_pre4.ebuild,v 1.5 2005/09/14 11:41:48 seemant Exp $ inherit eutils @@ -27,7 +27,7 @@ src_unpack() { epatch ${DISTDIR}/${P}-svn-fixes.patch.bz2 if ! use X; then - epatch ${FILESDIR}/nox11.patch + epatch ${FILESDIR}/nox11-2.patch fi } |