diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 15:56:16 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-02 15:56:16 +0000 |
commit | a4644bd0b6bc13f92cc6d53317a4837e73bcdb38 (patch) | |
tree | c7ac258ac8c8aa0e9f81d19be907e85bd1d05daf /games-strategy/openra | |
parent | Fix default projectm font path and add media-font/dejvu to projectm deps (diff) | |
download | gentoo-2-a4644bd0b6bc13f92cc6d53317a4837e73bcdb38.tar.gz gentoo-2-a4644bd0b6bc13f92cc6d53317a4837e73bcdb38.tar.bz2 gentoo-2-a4644bd0b6bc13f92cc6d53317a4837e73bcdb38.zip |
bump to EAPI=4
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/openra')
-rw-r--r-- | games-strategy/openra/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/openra/openra-20120504.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/openra/ChangeLog b/games-strategy/openra/ChangeLog index ffbc83c7f594..a295cf9ea01c 100644 --- a/games-strategy/openra/ChangeLog +++ b/games-strategy/openra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/openra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.4 2012/05/14 11:49:35 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.5 2012/06/02 15:56:16 hasufell Exp $ + + 02 Jun 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild: + bump to EAPI=4 14 May 2012; Julian Ospald <hasufell@gentoo.org> openra-20120504.ebuild: improve elog diff --git a/games-strategy/openra/openra-20120504.ebuild b/games-strategy/openra/openra-20120504.ebuild index 8ca9752f0694..643a88c92809 100644 --- a/games-strategy/openra/openra-20120504.ebuild +++ b/games-strategy/openra/openra-20120504.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.3 2012/05/14 11:49:35 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120504.ebuild,v 1.4 2012/06/02 15:56:16 hasufell Exp $ -EAPI=3 +EAPI=4 inherit eutils mono gnome2-utils games @@ -40,7 +40,7 @@ src_install() { bindir="${GAMES_BINDIR}" \ libdir="$(games_get_libdir)/${PN}" \ DESTDIR="${D}" \ - install || die + install # icons insinto /usr/share/icons/ |