diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-15 15:23:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-15 15:23:06 +0000 |
commit | 4703dec7504e262f72344e67b4107e4522664511 (patch) | |
tree | dd7a449ca50f01536be908113e8cc098bd00558a /media-gfx | |
parent | dev-util/codeblocks - removed ~ppc KEYWORD (diff) | |
download | gentoo-2-4703dec7504e262f72344e67b4107e4522664511.tar.gz gentoo-2-4703dec7504e262f72344e67b4107e4522664511.tar.bz2 gentoo-2-4703dec7504e262f72344e67b4107e4522664511.zip |
Added RESTRICT='binchecks strip' for bug #166987.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splash-themes-gentoo/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog index c11572434274..21e1c157792e 100644 --- a/media-gfx/splash-themes-gentoo/ChangeLog +++ b/media-gfx/splash-themes-gentoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splash-themes-gentoo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.4 2007/02/09 03:32:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.5 2007/02/15 15:23:06 wolf31o2 Exp $ + + 15 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> + splash-themes-gentoo-20050429.ebuild: + Added RESTRICT='binchecks strip' for bug #166987. 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild index 94074b01fe7a..6e60418b630d 100644 --- a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild +++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild,v 1.4 2005/07/20 20:50:29 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild,v 1.5 2007/02/15 15:23:06 wolf31o2 Exp $ DESCRIPTION="A collection of Gentoo themes for splashutils." HOMEPAGE="http://dev.gentoo.org/~spock/" @@ -11,6 +11,7 @@ LICENSE="freedist" SLOT="0" KEYWORDS="amd64 ~ppc x86" DEPEND=">=media-gfx/splashutils-1.1.9.5" +RESTRICT="binchecks strip" src_install() { dodir /etc/splash/{emergence,gentoo} |