diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-28 13:52:20 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-28 13:52:20 +0000 |
commit | e5ee854cde370c59d9a3a9ce0e08a1a7bdf784c4 (patch) | |
tree | b7c8e31d15cbab84177c4fd3b692020b691e9c15 /x11-plugins | |
parent | Updated hotplug.rc to display a message about unpacking the firmware. (diff) | |
download | gentoo-2-e5ee854cde370c59d9a3a9ce0e08a1a7bdf784c4.tar.gz gentoo-2-e5ee854cde370c59d9a3a9ce0e08a1a7bdf784c4.tar.bz2 gentoo-2-e5ee854cde370c59d9a3a9ce0e08a1a7bdf784c4.zip |
Stable on sparc
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnet/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog index 96b7e357e8ef..cf4c62ef2fba 100644 --- a/x11-plugins/wmnet/ChangeLog +++ b/x11-plugins/wmnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnet -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.14 2005/01/26 13:40:22 s4t4n Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.15 2005/01/28 13:52:20 gustavoz Exp $ + + 28 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> wmnet-1.06-r1.ebuild: + Stable on sparc 26 Jan 2005; Michele Noberasco <s4t4n@gentoo.org> wmnet-1.06-r1.ebuild: Stable for x86. Update copyright headers. diff --git a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild b/x11-plugins/wmnet/wmnet-1.06-r1.ebuild index 8a8a7c49ffbd..1e1602b887ac 100644 --- a/x11-plugins/wmnet/wmnet-1.06-r1.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild,v 1.2 2005/01/26 13:40:22 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06-r1.ebuild,v 1.3 2005/01/28 13:52:20 gustavoz Exp $ inherit eutils @@ -13,7 +13,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc ~alpha ~amd64 ~ppc" +KEYWORDS="x86 sparc ~alpha ~amd64 ~ppc" src_unpack() { unpack ${A} ; cd ${S} |