diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:00:13 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:00:13 +0000 |
commit | 13adf47536f00b95e2a418314e0c1610afc1dcfa (patch) | |
tree | ab309faa2ef2e1ad3495a8593b1f34830a7f3701 /x11-misc/icerrun/icerrun-0.5.ebuild | |
parent | (QA) RESTRICT clean up. (diff) | |
download | gentoo-2-13adf47536f00b95e2a418314e0c1610afc1dcfa.tar.gz gentoo-2-13adf47536f00b95e2a418314e0c1610afc1dcfa.tar.bz2 gentoo-2-13adf47536f00b95e2a418314e0c1610afc1dcfa.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-misc/icerrun/icerrun-0.5.ebuild')
-rw-r--r-- | x11-misc/icerrun/icerrun-0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/icerrun/icerrun-0.5.ebuild b/x11-misc/icerrun/icerrun-0.5.ebuild index 98bf0fc6731e..9740c6edec80 100644 --- a/x11-misc/icerrun/icerrun-0.5.ebuild +++ b/x11-misc/icerrun/icerrun-0.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icerrun/icerrun-0.5.ebuild,v 1.7 2006/02/27 07:07:18 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icerrun/icerrun-0.5.ebuild,v 1.8 2007/07/02 15:00:13 peper Exp $ DESCRIPTION="IceWM 'recently used programs' menu generator" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86 ppc ~amd64" -RESTRICT="nostrip" +RESTRICT="strip" IUSE="" DEPEND=">=dev-lang/python-2.0" |