diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-11 16:46:48 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-11 16:46:48 +0000 |
commit | 5da80d62cfa89931ceea4f9db2b4822f1becce5a (patch) | |
tree | 23047e4dd821f067581fdef98c05e68f9b7a1077 | |
parent | Keyword ~arm wrt #368757 (tested with cortex-a8, hardfloat) (diff) | |
download | gentoo-2-5da80d62cfa89931ceea4f9db2b4822f1becce5a.tar.gz gentoo-2-5da80d62cfa89931ceea4f9db2b4822f1becce5a.tar.bz2 gentoo-2-5da80d62cfa89931ceea4f9db2b4822f1becce5a.zip |
call distutils-r1_src_compile explicitly
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
-rw-r--r-- | games-board/pychess/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.10.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog index a108d95fae94..9d3008b6915a 100644 --- a/games-board/pychess/ChangeLog +++ b/games-board/pychess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pychess # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.19 2013/01/11 16:32:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.20 2013/01/11 16:46:48 hasufell Exp $ + + 11 Jan 2013; Julian Ospald <hasufell@gentoo.org> pychess-0.10.1-r1.ebuild: + call distutils-r1_src_compile explicitly *pychess-0.10.1-r1 (11 Jan 2013) diff --git a/games-board/pychess/pychess-0.10.1-r1.ebuild b/games-board/pychess/pychess-0.10.1-r1.ebuild index 671b9c1c1c00..8add8abed813 100644 --- a/games-board/pychess/pychess-0.10.1-r1.ebuild +++ b/games-board/pychess/pychess-0.10.1-r1.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/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.1 2013/01/11 16:32:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.1-r1.ebuild,v 1.2 2013/01/11 16:46:48 hasufell Exp $ EAPI=5 @@ -40,6 +40,10 @@ python_install_all() { prepgamesdirs } +src_compile() { + distutils-r1_src_compile +} + pkg_preinst() { games_pkg_preinst gnome2_icon_savelist |