diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:56:37 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-29 21:56:37 +0000 |
commit | 131c1e5bed3a329d1c9e97240fbc35ba0abcb7bb (patch) | |
tree | b80a8b5e9e09fe2a0b6ee4a8101fc137660a8dfe /x11-plugins/wmppp | |
parent | marking stable on x86,sparc (diff) | |
download | historical-131c1e5bed3a329d1c9e97240fbc35ba0abcb7bb.tar.gz historical-131c1e5bed3a329d1c9e97240fbc35ba0abcb7bb.tar.bz2 historical-131c1e5bed3a329d1c9e97240fbc35ba0abcb7bb.zip |
header fix
Diffstat (limited to 'x11-plugins/wmppp')
-rw-r--r-- | x11-plugins/wmppp/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmppp/wmppp-1.3.0.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmppp/Manifest b/x11-plugins/wmppp/Manifest index 0bd00bd2ae1e..b8df2f5fda2e 100644 --- a/x11-plugins/wmppp/Manifest +++ b/x11-plugins/wmppp/Manifest @@ -1,3 +1,3 @@ MD5 d04b03fffb104411cad031992e257fb3 ChangeLog 510 -MD5 fe65196908e0dde3d9bb362ad92f1aaf wmppp-1.3.0.ebuild 715 +MD5 9081bcb685fb505bd49033465da7889c wmppp-1.3.0.ebuild 727 MD5 4400a05794189fba85296c0ad90190f0 files/digest-wmppp-1.3.0 62 diff --git a/x11-plugins/wmppp/wmppp-1.3.0.ebuild b/x11-plugins/wmppp/wmppp-1.3.0.ebuild index 48a1828111b1..3cb0cdc4c4b4 100644 --- a/x11-plugins/wmppp/wmppp-1.3.0.ebuild +++ b/x11-plugins/wmppp/wmppp-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright (c) Vitaly Kushneriuk +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/wmppp-1.3.0.ebuild,v 1.4 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmppp/wmppp-1.3.0.ebuild,v 1.5 2003/09/29 21:55:29 mholzer Exp $ S=${WORKDIR}/wmppp.app/wmppp DESCRIPTION="Network monitoring dock.app" @@ -11,7 +11,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { emake all || die |