diff options
author | Malcolm Lashley <malc@gentoo.org> | 2006-10-30 18:56:52 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2006-10-30 18:56:52 +0000 |
commit | 1ab8d801e9567c7ef90b7afb80f021f9ea62fc8e (patch) | |
tree | 7765338bac32182949398693270c0c7b2b7be62c /sys-libs/libavc1394/libavc1394-0.5.3.ebuild | |
parent | Only inherit font.eclass on fonts so we don't get USE=X for everything. This ... (diff) | |
download | gentoo-2-1ab8d801e9567c7ef90b7afb80f021f9ea62fc8e.tar.gz gentoo-2-1ab8d801e9567c7ef90b7afb80f021f9ea62fc8e.tar.bz2 gentoo-2-1ab8d801e9567c7ef90b7afb80f021f9ea62fc8e.zip |
Stable on amd64
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-libs/libavc1394/libavc1394-0.5.3.ebuild')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.5.3.ebuild b/sys-libs/libavc1394/libavc1394-0.5.3.ebuild index 65ca139ffa3f..b83937dec8d1 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.7 2006/10/25 18:06:14 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.5.3.ebuild,v 1.8 2006/10/30 18:56:52 malc 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" |