diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-03-17 11:20:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-03-17 11:20:59 +0000 |
commit | 7f62326684d53a7f91bfd3223a560371821c7c1f (patch) | |
tree | 5ea779e190fd4e381515aef7335059fc405f425b /media-sound | |
parent | amd64 stable, bug 171063 (diff) | |
download | gentoo-2-7f62326684d53a7f91bfd3223a560371821c7c1f.tar.gz gentoo-2-7f62326684d53a7f91bfd3223a560371821c7c1f.tar.bz2 gentoo-2-7f62326684d53a7f91bfd3223a560371821c7c1f.zip |
amd64 stable, bug 171104
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnomeradio/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/gnomeradio/gnomeradio-1.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/gnomeradio/ChangeLog b/media-sound/gnomeradio/ChangeLog index a6f6066bd188..0e3399c6aa69 100644 --- a/media-sound/gnomeradio/ChangeLog +++ b/media-sound/gnomeradio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gnomeradio # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomeradio/ChangeLog,v 1.15 2007/03/16 00:02:53 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomeradio/ChangeLog,v 1.16 2007/03/17 11:20:59 beandog Exp $ + + 17 Mar 2007; Steve Dibb <beandog@gentoo.org> gnomeradio-1.6.ebuild: + amd64 stable, bug 171104 15 Mar 2007; Mart Raudsepp <leio@gentoo.org> gnomeradio-1.6.ebuild: Fix QA violations noticed by Brian Harring and actually disable lirc support diff --git a/media-sound/gnomeradio/gnomeradio-1.6.ebuild b/media-sound/gnomeradio/gnomeradio-1.6.ebuild index ffe1a6dcbc70..23e796e9c421 100644 --- a/media-sound/gnomeradio/gnomeradio-1.6.ebuild +++ b/media-sound/gnomeradio/gnomeradio-1.6.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-sound/gnomeradio/gnomeradio-1.6.ebuild,v 1.2 2007/03/16 00:02:53 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomeradio/gnomeradio-1.6.ebuild,v 1.3 2007/03/17 11:20:59 beandog Exp $ inherit gnome2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.wh-hms.uni-ulm.de/~mfcn/gnomeradio/" IUSE="lirc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +KEYWORDS="amd64 ~ppc ~sparc ~x86" RDEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/gconf-1.2 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.21 >=app-text/scrollkeeper-0.3.11" -DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO" +DOCS="AUTHORS ChangeLog README* NEWS TODO" pkg_setup() { G2CONF="${G2CONF} $(use_enable lirc)" |