diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-08-14 13:51:17 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-08-14 13:51:17 +0000 |
commit | 4a76ac2e79b7d9c4785853e5c101683abc0274f5 (patch) | |
tree | a6f4f1e664e2f23780f23f043363e21ac19a54c2 /www-plugins | |
parent | bump - 431288 (diff) | |
download | gentoo-2-4a76ac2e79b7d9c4785853e5c101683abc0274f5.tar.gz gentoo-2-4a76ac2e79b7d9c4785853e5c101683abc0274f5.tar.bz2 gentoo-2-4a76ac2e79b7d9c4785853e5c101683abc0274f5.zip |
Drop dependency on >=gcc-4.4, bug #431374.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/lightspark/ChangeLog | 7 | ||||
-rw-r--r-- | www-plugins/lightspark/lightspark-0.6.0.1.ebuild | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index 8cb60f189910..08397845e8ba 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/lightspark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.44 2012/06/11 21:28:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.45 2012/08/14 13:51:17 chithanh Exp $ + + 14 Aug 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + lightspark-0.6.0.1.ebuild: + Drop dependency on >=gcc-4.4, bug #431374. *lightspark-0.6.0.1 (11 Jun 2012) @@ -262,4 +266,3 @@ +lightspark-0.3.3.ebuild, +files/lightspark-0.3.3-llvm-datatypes.patch, +metadata.xml: Initial commit, ideas taken from voyageur's live ebuild - diff --git a/www-plugins/lightspark/lightspark-0.6.0.1.ebuild b/www-plugins/lightspark/lightspark-0.6.0.1.ebuild index 9c93dda057fc..77559ac3a953 100644 --- a/www-plugins/lightspark/lightspark-0.6.0.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.6.0.1.ebuild,v 1.1 2012/06/11 21:28:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.6.0.1.ebuild,v 1.2 2012/08/14 13:51:17 chithanh Exp $ EAPI=4 inherit cmake-utils nsplugins multilib @@ -19,7 +19,6 @@ RDEPEND=">=dev-cpp/libxmlpp-2.33.1:2.6 dev-libs/libpcre[cxx] media-fonts/liberation-fonts media-libs/libsdl - >=sys-devel/gcc-4.4 || ( >=sys-devel/llvm-3 =sys-devel/llvm-2.8* |