summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-06-04 20:41:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-06-04 20:41:32 +0000
commitee53f793c3a553d5b1326a7b54b3878f728631b7 (patch)
treeccaa3315ff470513340c71c94cffca4eeb4f7e5a /app-emulation/vice
parentamd64 stable - 469364 (diff)
downloadgentoo-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')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/vice-2.4.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 341b19d70259..93a183185fc3 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.92 2013/05/26 00:12:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.93 2013/06/04 20:41:32 mr_bones_ Exp $
+
+ 04 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
+ punt custom arg checking function (bug #471260)
26 May 2013; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
disable-dependency-tracking is passed by default with eapi5
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 \