diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 16:42:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 16:42:32 +0000 |
commit | 053a28cb42defb16f69b149bcd25c92cddd6b69c (patch) | |
tree | 7b3e7808a73b1e59a8e9c9ca30e0ffaee40cc031 /x11-plugins/gkrellmms | |
parent | Numerous small fixes, see ChangeLog for details. (diff) | |
download | historical-053a28cb42defb16f69b149bcd25c92cddd6b69c.tar.gz historical-053a28cb42defb16f69b149bcd25c92cddd6b69c.tar.bz2 historical-053a28cb42defb16f69b149bcd25c92cddd6b69c.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-plugins/gkrellmms')
-rw-r--r-- | x11-plugins/gkrellmms/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog index f06a2f2950ca..88d878300c1d 100644 --- a/x11-plugins/gkrellmms/ChangeLog +++ b/x11-plugins/gkrellmms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellmms # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.24 2004/03/17 00:48:14 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.25 2004/04/12 16:42:32 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gkrellmms-2.1.14.ebuild: + Stable on x86 and amd64, adding IUSE. *gkrellmms-2.1.15 (16 Mar 2004) diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild index af36fe5784a8..6f915bbe809d 100644 --- a/x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild +++ b/x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild,v 1.1 2004/02/28 11:51:00 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.14.ebuild,v 1.2 2004/04/12 16:42:32 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A sweet plugin to control XMMS from GKrellM2" @@ -12,7 +12,8 @@ DEPEND=">=app-admin/gkrellm-2* SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64" +IUSE="" src_compile() { emake || die |