diff options
author | Christian Schmitt <chris@ilovelinux.de> | 2012-11-16 12:35:55 +0100 |
---|---|---|
committer | Christian Schmitt <chris@ilovelinux.de> | 2012-11-16 13:06:52 +0100 |
commit | 5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7 (patch) | |
tree | c9d61d6742c3bde37399f9c9c2d22f12b86e5ffa /games-simulation/flightgear/flightgear-9999.ebuild | |
parent | [games-simulation/flightgear] Sync with portage. Enable fgpanel (diff) | |
download | gamerlay-5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7.tar.gz gamerlay-5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7.tar.bz2 gamerlay-5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7.zip |
[games-simulation/flightgear] rename X useflag to headless
Diffstat (limited to 'games-simulation/flightgear/flightgear-9999.ebuild')
-rw-r--r-- | games-simulation/flightgear/flightgear-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index eaaef4c..57d140f 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -22,7 +22,7 @@ IUSE="debug fgpanel +jsbsim oldfdm +subversion test +yasim" COMMON_DEPEND=" dev-db/sqlite:3 >=dev-games/openscenegraph-3.0[png] - >=dev-games/simgear-9999[subversion?,X] + >=dev-games/simgear-9999[subversion?,-headless] sys-libs/zlib sys-fs/udev virtual/opengl @@ -89,8 +89,7 @@ pkg_postinst() { elog "have to update Simgear, too" elog elog - elog "It is recommended that you install one of the available launchers," - elog "as they provide easy access to startup options:" - elog "* games-simulation/fgx" + elog "It is recommended that you install a launcher," + elog "as it provides easy access to startup options:" elog "* games-simulation/fgrun" } |