diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-21 22:40:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-21 22:40:35 +0000 |
commit | 4f662f8f865a173265fef2d7818b78034e615a5f (patch) | |
tree | e791d1d1b2ce8dbe178636fd784ed866ad918287 /games-action | |
parent | Add xattr useflag for bsdtar. (diff) | |
download | gentoo-2-4f662f8f865a173265fef2d7818b78034e615a5f.tar.gz gentoo-2-4f662f8f865a173265fef2d7818b78034e615a5f.tar.bz2 gentoo-2-4f662f8f865a173265fef2d7818b78034e615a5f.zip |
needs to call games_pkg_postinst
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/noiz2sa/noiz2sa-0.51a.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-action/noiz2sa/noiz2sa-0.51a.ebuild b/games-action/noiz2sa/noiz2sa-0.51a.ebuild index 154911031938..8fffaf7a77e4 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.4 2006/03/20 20:12:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.5 2006/03/21 22:40:35 mr_bones_ Exp $ inherit games @@ -48,10 +48,11 @@ src_install(){ } pkg_postinst() { + games_pkg_postinst if ! built_with_use media-libs/sdl-mixer vorbis ; then - einfo "Noiz2a will not have sound if sdl-mixer" + einfo "${PN} will not have sound since sdl-mixer" einfo "is built with USE=-vorbis" einfo "Please emerge sdl-mixer with USE=vorbis" - einfo "if you want vorbis sound support" + einfo "if you want sound support" fi } |