diff options
Diffstat (limited to 'dev-perl/Video-ivtv')
-rw-r--r-- | dev-perl/Video-ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Video-ivtv/ChangeLog b/dev-perl/Video-ivtv/ChangeLog index cb3d7975a2d2..38a780b871df 100644 --- a/dev-perl/Video-ivtv/ChangeLog +++ b/dev-perl/Video-ivtv/ChangeLog @@ -1,6 +1,9 @@ # 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.19 2014/03/02 09:51:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.20 2014/03/05 15:30:30 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Video-ivtv-0.13-r1.ebuild: + Stable for ppc, wrt bug #495504 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> Video-ivtv-0.13-r1.ebuild: amd64 stable, 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 186882b3096c..94b87be6fe45 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.4 2014/03/02 09:51:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild,v 1.5 2014/03/05 15:30:30 ago 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" |