diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-18 14:45:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-18 14:45:49 +0000 |
commit | 1031eb9dc99afc5a03eb20dbd5ba985380d2b926 (patch) | |
tree | 950409b6c7a5c9351f05ea767641b292e9eb9ab7 /media-plugins/live | |
parent | Fix libtool-2.2 breakage, bug 239654. (diff) | |
download | gentoo-2-1031eb9dc99afc5a03eb20dbd5ba985380d2b926.tar.gz gentoo-2-1031eb9dc99afc5a03eb20dbd5ba985380d2b926.tar.bz2 gentoo-2-1031eb9dc99afc5a03eb20dbd5ba985380d2b926.zip |
alpha/arm/ia64 stable wrt #240457
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-plugins/live')
-rw-r--r-- | media-plugins/live/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/live/live-2008.09.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/live/ChangeLog b/media-plugins/live/ChangeLog index 55497749210c..91677f0894c4 100644 --- a/media-plugins/live/ChangeLog +++ b/media-plugins/live/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/live # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.103 2008/10/18 14:14:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.104 2008/10/18 14:45:49 armin76 Exp $ + + 18 Oct 2008; Raúl Porcel <armin76@gentoo.org> live-2008.09.02.ebuild: + alpha/arm/ia64 stable wrt #240457 18 Oct 2008; Brent Baude <ranger@gentoo.org> live-2008.09.02.ebuild: stable ppc64, bug 240457 diff --git a/media-plugins/live/live-2008.09.02.ebuild b/media-plugins/live/live-2008.09.02.ebuild index e93eeb6b9a49..8b43844e40b1 100644 --- a/media-plugins/live/live-2008.09.02.ebuild +++ b/media-plugins/live/live-2008.09.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2008.09.02.ebuild,v 1.6 2008/10/18 14:14:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2008.09.02.ebuild,v 1.7 2008/10/18 14:45:49 armin76 Exp $ inherit flag-o-matic eutils toolchain-funcs multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz" LICENSE="LGPL-2.1" 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="" S="${WORKDIR}" |