diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-31 10:38:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-31 10:38:50 +0000 |
commit | 6f6bdc5ed2bb2abe3e7dc9400df25a644341cfc7 (patch) | |
tree | 25305fda34fcf6f181e1083e85d64e6e4583e0b6 /media-libs/sdl-ttf | |
parent | fixes bug #221179 and bug #265054. (diff) | |
download | gentoo-2-6f6bdc5ed2bb2abe3e7dc9400df25a644341cfc7.tar.gz gentoo-2-6f6bdc5ed2bb2abe3e7dc9400df25a644341cfc7.tar.bz2 gentoo-2-6f6bdc5ed2bb2abe3e7dc9400df25a644341cfc7.zip |
QA: Use correct enable call instead of with one.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r-- | media-libs/sdl-ttf/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-ttf/ChangeLog b/media-libs/sdl-ttf/ChangeLog index b1ba4aca65fd..50160488310c 100644 --- a/media-libs/sdl-ttf/ChangeLog +++ b/media-libs/sdl-ttf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-ttf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.48 2010/07/27 02:16:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.49 2010/07/31 10:38:50 scarabeus Exp $ + + 31 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> sdl-ttf-2.0.9.ebuild: + QA: Use correct enable call instead of with one. 27 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> sdl-ttf-2.0.9.ebuild: EAPI=2; add support for USE=static-libs diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild index 323892c2cd33..cdc65a0d4341 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild,v 1.12 2010/07/27 02:16:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild,v 1.13 2010/07/31 10:38:49 scarabeus Exp $ EAPI=2 MY_P="${P/sdl-/SDL_}" @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} src_configure() { econf \ --disable-dependency-tracking \ - $(use_with static-libs static) \ + $(use_enable static-libs static) \ $(use_with X x) } |