diff options
author | 2013-06-04 20:41:32 +0000 | |
---|---|---|
committer | 2013-06-04 20:41:32 +0000 | |
commit | ee53f793c3a553d5b1326a7b54b3878f728631b7 (patch) | |
tree | ccaa3315ff470513340c71c94cffca4eeb4f7e5a /app-emulation/vice/vice-2.4.ebuild | |
parent | amd64 stable - 469364 (diff) | |
download | gentoo-2-ee53f793c3a553d5b1326a7b54b3878f728631b7.tar.gz gentoo-2-ee53f793c3a553d5b1326a7b54b3878f728631b7.tar.bz2 gentoo-2-ee53f793c3a553d5b1326a7b54b3878f728631b7.zip |
punt custom arg checking function (bug #471260)
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/vice/vice-2.4.ebuild')
-rw-r--r-- | app-emulation/vice/vice-2.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/vice/vice-2.4.ebuild b/app-emulation/vice/vice-2.4.ebuild index 1e52ffef7785..ea27d5dc525a 100644 --- a/app-emulation/vice/vice-2.4.ebuild +++ b/app-emulation/vice/vice-2.4.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/app-emulation/vice/vice-2.4.ebuild,v 1.9 2013/05/26 00:12:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.10 2013/06/04 20:41:32 mr_bones_ Exp $ EAPI=5 inherit autotools eutils toolchain-funcs games @@ -69,6 +69,7 @@ src_prepare() { $(grep -rl --exclude="*texi" /usr/local/lib doc) \ || die sed -i \ + -e '/VICE_ARG_LIST_CHECK/d' \ -e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \ configure.in || die sed -i \ |