diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-07 17:01:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-07 17:01:36 +0000 |
commit | baff6c480c5858ccefb7373317280e117706ebc6 (patch) | |
tree | 9e68a7b35795389668d3ce83c77dce5341235e83 /games-arcade | |
parent | fix built_with_use invocation (diff) | |
download | historical-baff6c480c5858ccefb7373317280e117706ebc6.tar.gz historical-baff6c480c5858ccefb7373317280e117706ebc6.tar.bz2 historical-baff6c480c5858ccefb7373317280e117706ebc6.zip |
fix built_with_use invocation
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild b/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild index b63606a95171..ed1b34040757 100644 --- a/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild +++ b/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild,v 1.4 2007/11/07 16:59:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1.ebuild,v 1.5 2007/11/07 17:01:36 mr_bones_ Exp $ inherit eutils games @@ -41,7 +41,7 @@ pkg_setup() { if use opengl && ! built_with_use media-libs/libsdl opengl ; then eerror "opengl flag set, but libsdl wasn't build with opengl support" fi - if ! built_with_use --missing=true threads dev-libs/boost ; then + if ! built_with_use --missing true dev-libs/boost threads ; then eerror "Please emerge dev-libs/boost with USE=threads" fi } |