diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-05-26 00:12:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-05-26 00:12:04 +0000 |
commit | b2ad135b9d2c50bed6d887e3b4928acee02e81d0 (patch) | |
tree | 1ba285ac46b3a6d33194e42af20f8fbfd24a8b98 /app-emulation | |
parent | Version bump. Also resolves bug 462288 and 471124. (diff) | |
download | gentoo-2-b2ad135b9d2c50bed6d887e3b4928acee02e81d0.tar.gz gentoo-2-b2ad135b9d2c50bed6d887e3b4928acee02e81d0.tar.bz2 gentoo-2-b2ad135b9d2c50bed6d887e3b4928acee02e81d0.zip |
disable-dependency-tracking is passed by default with eapi5
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.4.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 6b5092fd54d4..341b19d70259 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.91 2013/05/10 04:53:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.92 2013/05/26 00:12:04 mr_bones_ Exp $ + + 26 May 2013; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild: + disable-dependency-tracking is passed by default with eapi5 10 May 2013; Michael Sterrett <mr_bones_@gentoo.org> +files/vice-2.4-autotools.patch, files/vice-2.3-libav.patch, diff --git a/app-emulation/vice/vice-2.4.ebuild b/app-emulation/vice/vice-2.4.ebuild index 91b7f44157ec..1e52ffef7785 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.8 2013/05/10 04:53:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.9 2013/05/26 00:12:04 mr_bones_ Exp $ EAPI=5 inherit autotools eutils toolchain-funcs games @@ -85,7 +85,6 @@ src_configure() { FCCACHE=/bin/true \ PKG_CONFIG=$(tc-getPKG_CONFIG) \ egamesconf \ - --disable-dependency-tracking \ --enable-fullscreen \ --enable-parsid \ --with-resid \ |