diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-12-09 04:32:19 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-12-09 04:32:19 +0000 |
commit | a7f5b406e6fb3169d97ea0c3ac31e2570bfbd7c5 (patch) | |
tree | 177c4f8126ae046e4c5b072e5a2323a9b414623e | |
parent | Remove stray DESTDIR from collision patch that created a broken symlink in (diff) | |
download | gentoo-2-a7f5b406e6fb3169d97ea0c3ac31e2570bfbd7c5.tar.gz gentoo-2-a7f5b406e6fb3169d97ea0c3ac31e2570bfbd7c5.tar.bz2 gentoo-2-a7f5b406e6fb3169d97ea0c3ac31e2570bfbd7c5.zip |
Prefix should pay more attention when they ignore metadata.xml (bug
#384037c12).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 91f17d221afd..f4b32209e009 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/wxGTK # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.277 2011/12/09 04:08:03 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.278 2011/12/09 04:32:19 dirtyepic Exp $ + + 09 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.8.12.0.ebuild: + Prefix should pay more attention when they ignore metadata.xml (bug + #384037c12). 09 Dec 2011; Ryan Hill <dirtyepic@gentoo.org> files/wxGTK-2.8.11-collision.patch: diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild b/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild index 0737fe4cc85c..f40a970a3f84 100644 --- a/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild,v 1.4 2011/11/12 13:55:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild,v 1.5 2011/12/09 04:32:19 dirtyepic Exp $ -EAPI="2" +EAPI="3" inherit eutils versionator flag-o-matic |