diff options
-rw-r--r-- | dev-perl/Video-ivtv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Video-ivtv/ChangeLog b/dev-perl/Video-ivtv/ChangeLog index ff7884024cd9..6e4820ce7167 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.17 2014/02/11 15:38:38 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.18 2014/02/24 01:55:01 phajdan.jr Exp $ + + 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + Video-ivtv-0.13-r1.ebuild: + x86 stable wrt bug #495504 11 Feb 2014; Akinori Hattori <hattya@gentoo.org> Video-ivtv-0.13-r1.ebuild: ia64 stable wrt bug #495504 diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild index 26ae4572b3a7..dc858069cd9f 100644 --- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild +++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.2 2014/02/11 15:38:38 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild,v 1.3 2014/02/24 01:55:01 phajdan.jr Exp $ EAPI=5 @@ -12,7 +12,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" |