diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-01-16 21:17:17 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-01-16 21:17:17 +0000 |
commit | 49f47a28ce6c632fe8f4fe28ae06a6a61f3b12e1 (patch) | |
tree | 5ef29ae2ffe0f8528de2be3e7b01fe7967ae08e4 /media-libs/libmpeg2 | |
parent | Fix expiration date issue (bug #255176) (diff) | |
download | gentoo-2-49f47a28ce6c632fe8f4fe28ae06a6a61f3b12e1.tar.gz gentoo-2-49f47a28ce6c632fe8f4fe28ae06a6a61f3b12e1.tar.bz2 gentoo-2-49f47a28ce6c632fe8f4fe28ae06a6a61f3b12e1.zip |
amd64 stable, bug 255151
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'media-libs/libmpeg2')
-rw-r--r-- | media-libs/libmpeg2/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmpeg2/libmpeg2-0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libmpeg2/ChangeLog b/media-libs/libmpeg2/ChangeLog index 5b6489e28820..78fd2621243c 100644 --- a/media-libs/libmpeg2/ChangeLog +++ b/media-libs/libmpeg2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmpeg2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.63 2008/11/17 21:15:26 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.64 2009/01/16 21:17:17 beandog Exp $ + + 16 Jan 2009; Steve Dibb <beandog@gentoo.org> libmpeg2-0.5.1.ebuild: + amd64 stable, bug 255151 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> files/altivec-fix-0.4.0b.diff: diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild b/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild index f307906f535d..fe977c0ce639 100644 --- a/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild +++ b/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild,v 1.1 2008/07/18 16:05:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild,v 1.2 2009/01/16 21:17:17 beandog Exp $ inherit eutils libtool @@ -10,7 +10,7 @@ SRC_URI="http://libmpeg2.sourceforge.net/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="sdl X" RDEPEND="sdl? ( media-libs/libsdl ) |