diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-04 08:46:33 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-04 08:46:33 +0000 |
commit | 17f920f3cf329d61e0c3acd93c1678bc98cf3598 (patch) | |
tree | 1e4a8b691c1d6d31099d0f215fccf9cf5fab4d22 /x11-plugins/gaim-xmms-remote | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-17f920f3cf329d61e0c3acd93c1678bc98cf3598.tar.gz gentoo-2-17f920f3cf329d61e0c3acd93c1678bc98cf3598.tar.bz2 gentoo-2-17f920f3cf329d61e0c3acd93c1678bc98cf3598.zip |
Added ~amd64 ~sparc
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
-rw-r--r-- | x11-plugins/gaim-xmms-remote/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index f45a4222814f..2d7b68ba413a 100644 --- a/x11-plugins/gaim-xmms-remote/ChangeLog +++ b/x11-plugins/gaim-xmms-remote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaim-xmms-remote # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.10 2004/07/04 01:19:51 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.11 2004/07/04 08:46:33 eradicator Exp $ + + 03 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + gaim-xmms-remote-1.3.ebuild: + Added ~amd64 ~sparc 03 Jul 2004; Don Seiler <rizzo@gentoo.org> gaim-xmms-remote-1.1.ebuild, gaim-xmms-remote-1.3.ebuild: diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild index 2a28db46f8a5..2d2d8ca4ce4e 100644 --- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild +++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild,v 1.2 2004/07/04 01:19:51 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild,v 1.3 2004/07/04 08:46:33 eradicator Exp $ + +IUSE="debug" use debug && inherit debug @@ -10,11 +12,11 @@ HOMEPAGE="http://guifications.sourceforge.net/Gaim-XMMS-Remote/" SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="debug" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" DEPEND="~net-im/gaim-0.79 - media-sound/xmms" + media-sound/xmms" + #RDEPEND="" src_install() { |