diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-13 16:44:29 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-13 16:44:29 +0000 |
commit | f5994d7784c9474ae0dc0f6595b2ea1304c1ebc1 (patch) | |
tree | cb7dc0f2cfcf0141f8b1e666aaeeb0aae274fcf7 /media-plugins | |
parent | Stable for HPPA (bug #168878). (diff) | |
download | gentoo-2-f5994d7784c9474ae0dc0f6595b2ea1304c1ebc1.tar.gz gentoo-2-f5994d7784c9474ae0dc0f6595b2ea1304c1ebc1.tar.bz2 gentoo-2-f5994d7784c9474ae0dc0f6595b2ea1304c1ebc1.zip |
Stable on amd64. Fixes bug 154853, too
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/live/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/live/live-2007.02.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/live/ChangeLog b/media-plugins/live/ChangeLog index f6aefc1a4b2a..67f697e70a77 100644 --- a/media-plugins/live/ChangeLog +++ b/media-plugins/live/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/live # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.72 2007/03/10 09:27:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.73 2007/04/13 16:44:29 welp Exp $ + + 13 Apr 2007; Peter Weller <welp@gentoo.org> live-2007.02.20.ebuild: + Stable on amd64. Fixes bug 154853, too 10 Mar 2007; Alexis Ballier <aballier@gentoo.org> live-2007.02.20.ebuild: Install live555MediaServer, bug #170222, fix README location, install non diff --git a/media-plugins/live/live-2007.02.20.ebuild b/media-plugins/live/live-2007.02.20.ebuild index 560ed9406336..859c79b632ab 100644 --- a/media-plugins/live/live-2007.02.20.ebuild +++ b/media-plugins/live/live-2007.02.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2007.02.20.ebuild,v 1.2 2007/03/10 09:27:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2007.02.20.ebuild,v 1.3 2007/04/13 16:44:29 welp 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" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" S="${WORKDIR}" |