diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:28:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:28:47 +0000 |
commit | f1478a58edc795bd93c6df2a4d2b523909be8784 (patch) | |
tree | 2777b4b361112c53de8dcb802d55c4155593a70a /games-emulation/caps | |
parent | Removing old versions. (diff) | |
download | gentoo-2-f1478a58edc795bd93c6df2a4d2b523909be8784.tar.gz gentoo-2-f1478a58edc795bd93c6df2a4d2b523909be8784.tar.bz2 gentoo-2-f1478a58edc795bd93c6df2a4d2b523909be8784.zip |
Changing nostrip to strip.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-emulation/caps')
-rw-r--r-- | games-emulation/caps/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/caps/caps-20040303.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/caps/ChangeLog b/games-emulation/caps/ChangeLog index 8aa9f6710c88..a16a945d6a69 100644 --- a/games-emulation/caps/ChangeLog +++ b/games-emulation/caps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/caps -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/ChangeLog,v 1.3 2005/06/15 11:09:06 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/ChangeLog,v 1.4 2006/03/31 20:28:47 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> caps-20040303.ebuild: + Changing nostrip to strip. 15 Jun 2005; David Holm <dholm@gentoo.org> caps-20040303.ebuild: Stable on ppc. diff --git a/games-emulation/caps/caps-20040303.ebuild b/games-emulation/caps/caps-20040303.ebuild index 22bdf000ef3f..18bb598470e9 100644 --- a/games-emulation/caps/caps-20040303.ebuild +++ b/games-emulation/caps/caps-20040303.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20040303.ebuild,v 1.3 2005/06/15 11:09:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20040303.ebuild,v 1.4 2006/03/31 20:28:47 wolf31o2 Exp $ inherit eutils @@ -16,7 +16,7 @@ LICENSE="CAPS" SLOT="0" KEYWORDS="~amd64 ppc ~x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" src_install() { insinto /usr/include/caps |