diff options
author | Joe McCann <joem@gentoo.org> | 2006-06-07 21:04:31 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2006-06-07 21:04:31 +0000 |
commit | 8d2b53f773e301f8310c76439f0a2b88dcd58db7 (patch) | |
tree | f30729d5300685216c85d0ad1c8a2953eac4a05a /media-sound | |
parent | Remove old versions. (diff) | |
download | gentoo-2-8d2b53f773e301f8310c76439f0a2b88dcd58db7.tar.gz gentoo-2-8d2b53f773e301f8310c76439f0a2b88dcd58db7.tar.bz2 gentoo-2-8d2b53f773e301f8310c76439f0a2b88dcd58db7.zip |
remove restrict since it shouldn't be there in the first place
(Portage version: 2.1_rc3-r5)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rhythmbox/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog index b665a4208b34..97cdfc82087b 100644 --- a/media-sound/rhythmbox/ChangeLog +++ b/media-sound/rhythmbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/rhythmbox # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.74 2006/06/06 21:08:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.75 2006/06/07 21:04:31 joem Exp $ + + 07 Jun 2006; Joe McCann <joem@gentoo.org> rhythmbox-0.9.4.1.ebuild: + remove restrict since it shouldn't be there in the first place 06 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> rhythmbox-0.9.4.1.ebuild: diff --git a/media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild b/media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild index 5b69b9c0a5a5..b24c0336aded 100644 --- a/media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild,v 1.2 2006/06/06 21:08:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.4.1.ebuild,v 1.3 2006/06/07 21:04:31 joem Exp $ inherit gnome2 eutils @@ -10,7 +10,6 @@ DESCRIPTION="Music management and playback software for GNOME" HOMEPAGE="http://www.rhythmbox.org/" SRC_URI="http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.9/${MY_P}.tar.bz2" LICENSE="GPL-2" -RESTRICT=nomirror KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="vorbis flac aac mad ipod avahi howl daap dbus libnotify musicbrainz tagwriting python" |