diff options
Diffstat (limited to 'media-sound/shell-fm')
-rw-r--r-- | media-sound/shell-fm/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/shell-fm/shell-fm-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/shell-fm/ChangeLog b/media-sound/shell-fm/ChangeLog index 714d211972de..08f945457d6e 100644 --- a/media-sound/shell-fm/ChangeLog +++ b/media-sound/shell-fm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/shell-fm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.13 2010/04/18 00:23:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.14 2010/08/18 21:05:26 darkside Exp $ + + 18 Aug 2010; Jeremy Olexa <darkside@gentoo.org> shell-fm-0.7.ebuild: + Add ~amd64-linux, bug 333029 18 Apr 2010; Joseph Jezak <josejx@gentoo.org> shell-fm-0.7.ebuild: Add flags for ppc to build with big endian support, fixes bug #303667. diff --git a/media-sound/shell-fm/shell-fm-0.7.ebuild b/media-sound/shell-fm/shell-fm-0.7.ebuild index a05e7337e7c8..1bd4ce6bf060 100644 --- a/media-sound/shell-fm/shell-fm-0.7.ebuild +++ b/media-sound/shell-fm/shell-fm-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v 1.3 2010/04/18 00:23:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v 1.4 2010/08/18 21:05:26 darkside Exp $ EAPI=2 inherit flag-o-matic toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" IUSE="" RDEPEND="media-libs/libmad |