diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-16 15:52:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-16 15:52:56 +0000 |
commit | 7490ff37bb02d6d0135b0a37ce89b152b5316f20 (patch) | |
tree | 53b1171c4326a8e5bde60ce21531dfa5b89a9b0a /sys-libs/libavc1394 | |
parent | alpha stable wrt bug 176145 and remove old (diff) | |
download | gentoo-2-7490ff37bb02d6d0135b0a37ce89b152b5316f20.tar.gz gentoo-2-7490ff37bb02d6d0135b0a37ce89b152b5316f20.tar.bz2 gentoo-2-7490ff37bb02d6d0135b0a37ce89b152b5316f20.zip |
alpha stable wrt #146794
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-libs/libavc1394')
-rw-r--r-- | sys-libs/libavc1394/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.5.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/libavc1394/ChangeLog b/sys-libs/libavc1394/ChangeLog index 8701393bd4dd..b5687bc026c4 100644 --- a/sys-libs/libavc1394/ChangeLog +++ b/sys-libs/libavc1394/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libavc1394 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/ChangeLog,v 1.32 2006/10/30 18:56:52 malc Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/ChangeLog,v 1.33 2007/05/16 15:52:56 armin76 Exp $ + + 16 May 2007; Raúl Porcel <armin76@gentoo.org> libavc1394-0.5.3.ebuild: + alpha stable wrt #146794 30 Oct 2006; <malc@gentoo.org> libavc1394-0.5.3.ebuild: Stable on amd64 diff --git a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild index b83937dec8d1..1c539c081047 100644 --- a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.5.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/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.8 2006/10/30 18:56:52 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.9 2007/05/16 15:52:56 armin76 Exp $ DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set" HOMEPAGE="http://www.linux1394.org/ http://sourceforge.net/projects/libavc1394/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=sys-libs/libraw1394-0.8" |