diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-12 11:55:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-12 11:55:29 +0000 |
commit | a2f7d42b57e72666c67f63ae7641738c5e151e07 (patch) | |
tree | aba52dff11823c7353356423e101c967783be563 /media-libs/gavl | |
parent | Stable for HPPA (bug #394223). (diff) | |
download | gentoo-2-a2f7d42b57e72666c67f63ae7641738c5e151e07.tar.gz gentoo-2-a2f7d42b57e72666c67f63ae7641738c5e151e07.tar.bz2 gentoo-2-a2f7d42b57e72666c67f63ae7641738c5e151e07.zip |
Stable for HPPA (bug #394291).
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gavl')
-rw-r--r-- | media-libs/gavl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gavl/gavl-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gavl/ChangeLog b/media-libs/gavl/ChangeLog index e3c07cae048c..d28f80e4899d 100644 --- a/media-libs/gavl/ChangeLog +++ b/media-libs/gavl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gavl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v 1.16 2011/12/10 23:21:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v 1.17 2011/12/12 11:55:29 jer Exp $ + + 12 Dec 2011; Jeroen Roovers <jer@gentoo.org> gavl-1.2.0.ebuild: + Stable for HPPA (bug #394291). 10 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> gavl-1.2.0.ebuild: Use autotools-utils.eclass in order to drop libtool archive(s). diff --git a/media-libs/gavl/gavl-1.2.0.ebuild b/media-libs/gavl/gavl-1.2.0.ebuild index d94dd458562f..771e477bc948 100644 --- a/media-libs/gavl/gavl-1.2.0.ebuild +++ b/media-libs/gavl/gavl-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/gavl-1.2.0.ebuild,v 1.2 2011/12/10 23:21:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/gavl-1.2.0.ebuild,v 1.3 2011/12/12 11:55:29 jer Exp $ EAPI=4 inherit autotools-utils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND="" |