summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-06-30 09:29:50 +0000
committerSamuli Suominen <drac@gentoo.org>2007-06-30 09:29:50 +0000
commit9b5feb6babeb7138eebe8b44b8bd7ca7eaa7cde9 (patch)
treefd07efc53c2adbc53f1a64830b393d2f5a964b21 /x11-themes/gartoon
parentAdd RESTRICT=strip, #183604 (diff)
downloadgentoo-2-9b5feb6babeb7138eebe8b44b8bd7ca7eaa7cde9.tar.gz
gentoo-2-9b5feb6babeb7138eebe8b44b8bd7ca7eaa7cde9.tar.bz2
gentoo-2-9b5feb6babeb7138eebe8b44b8bd7ca7eaa7cde9.zip
Fix RESTRICT nostrip to strip.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'x11-themes/gartoon')
-rw-r--r--x11-themes/gartoon/ChangeLog5
-rw-r--r--x11-themes/gartoon/gartoon-0.5-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/gartoon/ChangeLog b/x11-themes/gartoon/ChangeLog
index f6ed212b7de1..c07a05a17cf1 100644
--- a/x11-themes/gartoon/ChangeLog
+++ b/x11-themes/gartoon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/gartoon
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/ChangeLog,v 1.11 2007/05/05 02:43:05 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/ChangeLog,v 1.12 2007/06/30 09:29:50 drac Exp $
+
+ 30 Jun 2007; Samuli Suominen <drac@gentoo.org> gartoon-0.5-r2.ebuild:
+ Fix RESTRICT nostrip to strip.
05 May 2007; Steve Dibb <beandog@gentoo.org> gartoon-0.5-r2.ebuild:
amd64 stable
diff --git a/x11-themes/gartoon/gartoon-0.5-r2.ebuild b/x11-themes/gartoon/gartoon-0.5-r2.ebuild
index 4aab571ac551..548f8e86a885 100644
--- a/x11-themes/gartoon/gartoon-0.5-r2.ebuild
+++ b/x11-themes/gartoon/gartoon-0.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/gartoon-0.5-r2.ebuild,v 1.3 2007/05/05 02:43:05 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gartoon/gartoon-0.5-r2.ebuild,v 1.4 2007/06/30 09:29:50 drac Exp $
DESCRIPTION="Gartoon SVG icon theme"
SRC_URI="http://zeus.qballcow.nl/icon/paket/${P}.tar.gz"
@@ -11,7 +11,7 @@ IUSE=""
KEYWORDS="amd64 ~ppc sparc ~x86"
SLOT="0"
-RESTRICT="nostrip"
+RESTRICT="binchecks strip"
S="${WORKDIR}/${PN}"
MY_DEST="/usr/share/icons/${PN}"