diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-17 19:33:07 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-17 19:33:07 +0000 |
commit | 7981291ce229a5e5eea8123364bf06e2c562b1c4 (patch) | |
tree | a4d6dac8ad1ee6ea8da34ea1d2976b73be5374fb /sys-libs | |
parent | Add missing WANT_AUTOCONF/WANT_AUTOMAKE variables. (diff) | |
download | gentoo-2-7981291ce229a5e5eea8123364bf06e2c562b1c4.tar.gz gentoo-2-7981291ce229a5e5eea8123364bf06e2c562b1c4.tar.bz2 gentoo-2-7981291ce229a5e5eea8123364bf06e2c562b1c4.zip |
Stable on sparc wrt #146794
(Portage version: 2.1.1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libavc1394/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.5.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libavc1394/ChangeLog b/sys-libs/libavc1394/ChangeLog index 2d27736f7cb5..e11528938725 100644 --- a/sys-libs/libavc1394/ChangeLog +++ b/sys-libs/libavc1394/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2006/10/14 16:11:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/ChangeLog,v 1.29 2006/10/17 19:33:07 gustavoz Exp $ + + 17 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + libavc1394-0.5.3.ebuild: + Stable on sparc wrt #146794 14 Oct 2006; Aron Griffis <agriffis@gentoo.org> libavc1394-0.5.3.ebuild: Mark 0.5.3 stable on ia64. #146794 diff --git a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild index e3bced789283..dea8d82f9fbf 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 # 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.4 2006/10/14 16:11:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.5 2006/10/17 19:33:07 gustavoz 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" |