summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2004-11-24 23:28:21 +0000
committerJason Wever <weeve@gentoo.org>2004-11-24 23:28:21 +0000
commit5ab4f4cd49136eef3e85da793b20d9487e2e9dea (patch)
treef436a79eec4e91ba6e7325911c4006e97a53a7de /x11-plugins/wmmsg
parentAdded missing digest entries. (Manifest recommit) (diff)
downloadgentoo-2-5ab4f4cd49136eef3e85da793b20d9487e2e9dea.tar.gz
gentoo-2-5ab4f4cd49136eef3e85da793b20d9487e2e9dea.tar.bz2
gentoo-2-5ab4f4cd49136eef3e85da793b20d9487e2e9dea.zip
Added ~sparc keyword.
Diffstat (limited to 'x11-plugins/wmmsg')
-rw-r--r--x11-plugins/wmmsg/ChangeLog5
-rw-r--r--x11-plugins/wmmsg/wmmsg-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog
index b88732335cc6..3b5fb5e4e053 100644
--- a/x11-plugins/wmmsg/ChangeLog
+++ b/x11-plugins/wmmsg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmmsg
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.4 2004/07/22 22:22:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.5 2004/11/24 23:28:21 weeve Exp $
+
+ 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmmsg-1.0.ebuild:
+ Added ~sparc keyword.
23 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmmsg-1.0.ebuild:
Updated dodoc so that it does not try to install non-existent files.
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
index e0471c47d0d3..c810cc92f626 100644
--- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild
+++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.6 2004/07/22 22:22:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.7 2004/11/24 23:28:21 weeve Exp $
DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times"
HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/"
SRC_URI="http://taxiway.swapspace.net/~matt/wmmsg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 amd64"
+KEYWORDS="x86 amd64 ~sparc"
IUSE=""
DEPEND="virtual/x11
=x11-libs/gtk+-1.2*