diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-27 00:22:05 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-03-27 00:22:05 +0000 |
commit | 68318f83fb0909b1cbfeb68348254077d7e4de91 (patch) | |
tree | af29d09b506d26f0d52cc1c25002b45347b10844 /media-sound | |
parent | New version for GNOME-2.22. Add MTP use flag, various enhancements for iPod, ... (diff) | |
download | gentoo-2-68318f83fb0909b1cbfeb68348254077d7e4de91.tar.gz gentoo-2-68318f83fb0909b1cbfeb68348254077d7e4de91.tar.bz2 gentoo-2-68318f83fb0909b1cbfeb68348254077d7e4de91.zip |
drop most keywords because of gst-plugins-meta dependency
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-2.22.0.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 2ebfff0c7f53..c032ab8d7bde 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/sound-juicer # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.133 2008/03/26 23:34:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.134 2008/03/27 00:22:05 eva Exp $ + + 26 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> + sound-juicer-2.22.0.ebuild: + drop most keywords because of gst-plugins-meta dependency *sound-juicer-2.22.0 (26 Mar 2008) diff --git a/media-sound/sound-juicer/sound-juicer-2.22.0.ebuild b/media-sound/sound-juicer/sound-juicer-2.22.0.ebuild index a34c2c6e527d..9464e033b8ed 100644 --- a/media-sound/sound-juicer/sound-juicer-2.22.0.ebuild +++ b/media-sound/sound-juicer/sound-juicer-2.22.0.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-sound/sound-juicer/sound-juicer-2.22.0.ebuild,v 1.1 2008/03/26 23:34:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.22.0.ebuild,v 1.2 2008/03/27 00:22:05 eva Exp $ EAPI="1" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=dev-libs/glib-2.14 @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.35 >=app-text/scrollkeeper-0.3.5 - app-text/gnome-doc-utils + app-text/gnome-doc-utils test? ( ~app-text/docbook-xml-dtd-4.3 )" DOCS="AUTHORS ChangeLog NEWS README TODO" @@ -55,4 +55,4 @@ pkg_postinst() { ewarn "If ${PN} does not rip to some music format, please check your" ewarn "USE flags on media-plugins/gst-plugins-meta" ewarn -}
\ No newline at end of file +} |