diff options
author | 2003-09-29 21:52:14 +0000 | |
---|---|---|
committer | 2003-09-29 21:52:14 +0000 | |
commit | 1a304a03c2fb4684f278fb9deb088ffb4bc52e34 (patch) | |
tree | d5a2ea135063346fddbc5bd4b5e1917146633dfc /x11-plugins/wmappl | |
parent | reshuffle metadata.xml (diff) | |
download | gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.tar.gz gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.tar.bz2 gentoo-2-1a304a03c2fb4684f278fb9deb088ffb4bc52e34.zip |
header fix
Diffstat (limited to 'x11-plugins/wmappl')
-rw-r--r-- | x11-plugins/wmappl/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmappl/wmappl-0.6.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmappl/Manifest b/x11-plugins/wmappl/Manifest index 60915aac8ce0..ff6cc28f302b 100644 --- a/x11-plugins/wmappl/Manifest +++ b/x11-plugins/wmappl/Manifest @@ -1,3 +1,3 @@ MD5 94608b7da900bd1e0f5bdf5b011ffa02 ChangeLog 510 -MD5 d6535aecf1f91417f43c73d16bfe7676 wmappl-0.6.ebuild 656 +MD5 65df762a741f11d921747f2219c1f55a wmappl-0.6.ebuild 668 MD5 b1bfea200d93b4e65c9b72a331cb6479 files/digest-wmappl-0.6 61 diff --git a/x11-plugins/wmappl/wmappl-0.6.ebuild b/x11-plugins/wmappl/wmappl-0.6.ebuild index 0248b69934d4..8bf9bd3c6f75 100644 --- a/x11-plugins/wmappl/wmappl-0.6.ebuild +++ b/x11-plugins/wmappl/wmappl-0.6.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/wmappl/wmappl-0.6.ebuild,v 1.3 2003/09/06 05:56:25 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.6.ebuild,v 1.4 2003/09/29 21:52:08 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Simple application launcher for the Window Maker dock." @@ -11,7 +11,7 @@ DEPEND="virtual/x11" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { emake || die |