diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:54:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:54:50 +0000 |
commit | 72332c3bb4312bc7f9cf4a66a2d32b37a3137344 (patch) | |
tree | 33e1db9d41c39fead31177b7ff6edac36d9a4919 /games-simulation | |
parent | Fix bug #275318 (diff) | |
download | historical-72332c3bb4312bc7f9cf4a66a2d32b37a3137344.tar.gz historical-72332c3bb4312bc7f9cf4a66a2d32b37a3137344.tar.bz2 historical-72332c3bb4312bc7f9cf4a66a2d32b37a3137344.zip |
arts is deprecated
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/kfreeflight/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-simulation/kfreeflight/Manifest b/games-simulation/kfreeflight/Manifest index 9667cda1ff79..a54f541f580b 100644 --- a/games-simulation/kfreeflight/Manifest +++ b/games-simulation/kfreeflight/Manifest @@ -1,4 +1,4 @@ DIST kfreeflight-0.2.1rc1.tar.gz 1574763 RMD160 4db54ae9c2b9841342ef7b64b3ac38e7763e4a89 SHA1 f244a55bef1ef62bcc4f99a0630968fea66879fb SHA256 4f18a3d0c9f851db6bb86a0c2a51cf271e86d6647ebfe3cf261123e87921db68 -EBUILD kfreeflight-0.2.1_rc1.ebuild 984 RMD160 e157a23e4ae917734ce204069126c8703a1e0f85 SHA1 6e7e81335122881d687a7c8a7615a0c7ee97b1df SHA256 b35d71045a6f423062d0edd6653eb9f5dd9f26bde441398aba6a73741de7622f +EBUILD kfreeflight-0.2.1_rc1.ebuild 978 RMD160 ff31f42e8bfa901b788fbe4b2d076f46dd25f144 SHA1 eecc4e10359baf1285e9bb5b71b7ea960a5b54d0 SHA256 d7e5ff013c1daf698fd684906840ae2b8b84861aab8031a3f24c7615ba22c40c MISC ChangeLog 855 RMD160 aa51f017736be6243becf94e6ca93515967b58a1 SHA1 d90f7e7e2750110b7e14bb54821c8bacd641dc33 SHA256 274bd83d2b91f2705c145bc50ec6e4991a42c713e9004f304efdf92dab4d3f66 MISC metadata.xml 352 RMD160 6e25fad9290c9fb070c0d8d3c2590cdbaaa70108 SHA1 3505a9cb47ee06eb3a6a619394634355ffcb655e SHA256 8ad439b7c4273128dc30898220db6192ee816a08a7a91bd07b9a9e5a68b2c716 diff --git a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild index a24cd406dcc5..8cc7703f413e 100644 --- a/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild +++ b/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.5 2008/02/28 20:50:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/kfreeflight/kfreeflight-0.2.1_rc1.ebuild,v 1.6 2009/06/25 20:54:50 mr_bones_ Exp $ WANT_AUTOMAKE=1.9 # bug #206412 inherit autotools eutils kde-functions games @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/kfreeflight/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="arts" +IUSE="" RDEPEND="games-simulation/flightgear" @@ -24,8 +24,8 @@ need-kde 3.5.2 src_compile() { egamesconf \ + --without-arts \ --datadir=/usr/share \ - $(use_with arts) \ || die emake || die "emake failed" } |