diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-06 21:52:39 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-06 21:52:39 +0000 |
commit | 3e9142bd6f8dd63a17846902d410d8d2376214f6 (patch) | |
tree | d8077fe5213c760da84e64494f5ba8c2bb376389 /games-action/d2x-rebirth | |
parent | Fixing the last fix (diff) | |
download | gentoo-2-3e9142bd6f8dd63a17846902d410d8d2376214f6.tar.gz gentoo-2-3e9142bd6f8dd63a17846902d410d8d2376214f6.tar.bz2 gentoo-2-3e9142bd6f8dd63a17846902d410d8d2376214f6.zip |
don't need COPYING file
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action/d2x-rebirth')
-rw-r--r-- | games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild index dd3277b8cd98..14918a07afe2 100644 --- a/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild +++ b/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v 1.1 2013/02/06 21:11:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild,v 1.2 2013/02/06 21:52:39 hasufell Exp $ EAPI=5 @@ -46,7 +46,7 @@ src_unpack() { src_prepare() { epatch "${FILESDIR}"/${P}-flags.patch - DOCS=( {CHANGELOG,COPYING,INSTALL,README,RELEASE-NOTES}.txt ) + DOCS=( {CHANGELOG,INSTALL,README,RELEASE-NOTES}.txt ) edos2unix ${DOCS[@]} } |