commit: 54654b2afd6cc53118986d88a865c5e865e6ae00
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 18:51:27 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 19:04:10 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=54654b2a
games-board/four-in-a-row: 3.14.1 → 3.14.2
Screw appstream tools being strict by default.
---
.../{four-in-a-row-3.14.1.ebuild => four-in-a-row-3.14.2.ebuild} | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild
b/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild
similarity index 83%
rename from games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild
rename to games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild
index 222b217..264bb66 100644
--- a/games-board/four-in-a-row/four-in-a-row-3.14.1.ebuild
+++ b/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild
@@ -23,6 +23,11 @@ RDEPEND="
"
DEPEND="${RDEPEND}
app-text/yelp-tools
+ dev-util/appdata-tools
>=dev-util/intltool-0.50
virtual/pkgconfig
"
+
+src_configure() {
+ gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
+}