diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-15 15:23:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-02-15 15:23:20 +0000 |
commit | 2c6b7e3d2f0297f66745159ef2483dd2bf6f07eb (patch) | |
tree | 8df50d4d118e24ab84fed3943d4222bae93a0623 /media-gfx/splash-themes-gentoo | |
parent | dev-util/codeblocks - removed ~ppc KEYWORD (diff) | |
download | historical-2c6b7e3d2f0297f66745159ef2483dd2bf6f07eb.tar.gz historical-2c6b7e3d2f0297f66745159ef2483dd2bf6f07eb.tar.bz2 historical-2c6b7e3d2f0297f66745159ef2483dd2bf6f07eb.zip |
Added RESTRICT='binchecks strip' for bug #166987.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'media-gfx/splash-themes-gentoo')
-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} |