diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-12-06 14:04:39 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-12-06 14:04:39 +0000 |
commit | 416d90c05706590480e54c4bf65258194f856610 (patch) | |
tree | 6a2ff69139b864a900e3a1f2009b669e67a7ed66 /media-libs/schroedinger | |
parent | Remove obsolete entries from p.mask. (diff) | |
download | gentoo-2-416d90c05706590480e54c4bf65258194f856610.tar.gz gentoo-2-416d90c05706590480e54c4bf65258194f856610.tar.bz2 gentoo-2-416d90c05706590480e54c4bf65258194f856610.zip |
Stable on alpha, bug #290761
(Portage version: 2.1.7.10/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/schroedinger')
-rw-r--r-- | media-libs/schroedinger/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/schroedinger/schroedinger-1.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/schroedinger/ChangeLog b/media-libs/schroedinger/ChangeLog index f7c93985b22c..840d0f3bc7bf 100644 --- a/media-libs/schroedinger/ChangeLog +++ b/media-libs/schroedinger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/schroedinger # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.42 2009/11/19 16:17:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.43 2009/12/06 14:04:39 klausman Exp $ + + 06 Dec 2009; Tobias Klausmann <klausman@gentoo.org> + schroedinger-1.0.8.ebuild: + Stable on alpha, bug #290761 19 Nov 2009; Markus Meier <maekke@gentoo.org> schroedinger-1.0.8.ebuild: arm stable, bug #290761 diff --git a/media-libs/schroedinger/schroedinger-1.0.8.ebuild b/media-libs/schroedinger/schroedinger-1.0.8.ebuild index fe6c88b404bd..d05eba045fd1 100644 --- a/media-libs/schroedinger/schroedinger-1.0.8.ebuild +++ b/media-libs/schroedinger/schroedinger-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.6 2009/11/19 16:17:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.7 2009/12/06 14:04:39 klausman Exp $ EAPI=2 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/liboil-0.3.16" |