diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-18 02:08:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-18 02:08:14 +0000 |
commit | 10f563be6a56d9019f2152764dbc055d77a02e86 (patch) | |
tree | 8ca78f4dbbf825dd5f305b8b66a85b686df2c473 /dev-perl/Video-ivtv | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-10f563be6a56d9019f2152764dbc055d77a02e86.tar.gz gentoo-2-10f563be6a56d9019f2152764dbc055d77a02e86.tar.bz2 gentoo-2-10f563be6a56d9019f2152764dbc055d77a02e86.zip |
Marking amd64 stable
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Video-ivtv')
-rw-r--r-- | dev-perl/Video-ivtv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Video-ivtv/ChangeLog b/dev-perl/Video-ivtv/ChangeLog index 93623d9d86bf..0b51f7a53189 100644 --- a/dev-perl/Video-ivtv/ChangeLog +++ b/dev-perl/Video-ivtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Video-ivtv # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.8 2006/08/06 01:00:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.9 2006/08/18 02:08:14 mcummings Exp $ + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Video-ivtv-0.13.ebuild: + Marking amd64 stable 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> Video-ivtv-0.12.ebuild, Video-ivtv-0.13.ebuild: diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild index 3f34ac078d5d..02cb29b9f2e4 100644 --- a/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild +++ b/dev-perl/Video-ivtv/Video-ivtv-0.13.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/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild,v 1.6 2006/08/06 01:00:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild,v 1.7 2006/08/18 02:08:14 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ia64 ppc ~x86" +KEYWORDS="amd64 ia64 ppc ~x86" IUSE="" export OPTIMIZE="$CFLAGS" |