diff options
author | 2014-09-19 19:04:20 +0000 | |
---|---|---|
committer | 2014-09-19 19:04:20 +0000 | |
commit | 4f4bd61b069de7ae005011e309e1139df28e2b7d (patch) | |
tree | 43b3b9e9df4c4b493a291afa9ebbb56f14c84487 /games-roguelike | |
parent | Remove support for EAPI 1, 2, 3 in perl-module.eclass (no packages left in th... (diff) | |
download | gentoo-2-4f4bd61b069de7ae005011e309e1139df28e2b7d.tar.gz gentoo-2-4f4bd61b069de7ae005011e309e1139df28e2b7d.tar.bz2 gentoo-2-4f4bd61b069de7ae005011e309e1139df28e2b7d.zip |
EAPI=5; work around X_PRE_LIBS (bug #523214)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/angband/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/angband/angband-3.4.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog index 9262d8c6f10b..c0459cad353a 100644 --- a/games-roguelike/angband/ChangeLog +++ b/games-roguelike/angband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/angband # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.53 2014/05/15 16:55:56 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.54 2014/09/19 19:04:20 mr_bones_ Exp $ + + 19 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> angband-3.4.1.ebuild: + EAPI=5; work around X_PRE_LIBS (bug #523214) 15 May 2014; Ulrich Müller <ulm@gentoo.org> angband-3.4.1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to diff --git a/games-roguelike/angband/angband-3.4.1.ebuild b/games-roguelike/angband/angband-3.4.1.ebuild index 8c261abf0043..66468ff30ebe 100644 --- a/games-roguelike/angband/angband-3.4.1.ebuild +++ b/games-roguelike/angband/angband-3.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild,v 1.7 2014/05/15 16:55:56 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.4.1.ebuild,v 1.8 2014/09/19 19:04:20 mr_bones_ Exp $ -EAPI=4 +EAPI=5 inherit eutils versionator games MAJOR_PV=$(get_version_component_range 1-2) @@ -36,12 +36,12 @@ src_prepare() { # fix paths sed -i \ -e '/libpath/s#datarootdir#datadir#' \ + -e '/X_PRE_LIBS/s:-lSM -lICE::' \ configure || die sed -i \ -e "/^.SILENT/d" \ - mk/buildsys.mk.in \ - || dir "sed failed" + mk/buildsys.mk.in || die } src_configure() { |