diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-07-04 00:32:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-07-04 00:32:46 +0000 |
commit | 02f7a290f662b70cca128cf4a84821ac43cc78e7 (patch) | |
tree | d2ddd03bfc1af0a8a97eab20c64a3a34c7fc289a /sys-devel/dragonegg | |
parent | marked x86 per bug 424241 (diff) | |
download | gentoo-2-02f7a290f662b70cca128cf4a84821ac43cc78e7.tar.gz gentoo-2-02f7a290f662b70cca128cf4a84821ac43cc78e7.tar.bz2 gentoo-2-02f7a290f662b70cca128cf4a84821ac43cc78e7.zip |
add missing test to IUSE
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/dragonegg')
-rw-r--r-- | sys-devel/dragonegg/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/dragonegg/dragonegg-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/dragonegg/ChangeLog b/sys-devel/dragonegg/ChangeLog index 50a2658ab5b6..2fac3e99ad09 100644 --- a/sys-devel/dragonegg/ChangeLog +++ b/sys-devel/dragonegg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/dragonegg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.8 2012/07/03 13:57:17 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.9 2012/07/04 00:32:46 mr_bones_ Exp $ + + 04 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> dragonegg-3.1.ebuild: + add missing test to IUSE 03 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> dragonegg-3.1.ebuild, dragonegg-9999.ebuild: diff --git a/sys-devel/dragonegg/dragonegg-3.1.ebuild b/sys-devel/dragonegg/dragonegg-3.1.ebuild index 52b4aa587028..7695c4146cf3 100644 --- a/sys-devel/dragonegg/dragonegg-3.1.ebuild +++ b/sys-devel/dragonegg/dragonegg-3.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/sys-devel/dragonegg/dragonegg-3.1.ebuild,v 1.2 2012/07/03 13:57:17 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-3.1.ebuild,v 1.3 2012/07/04 00:32:46 mr_bones_ Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="" +IUSE="test" DEPEND="|| ( sys-devel/gcc:4.5[lto] >=sys-devel/gcc-4.6 ) |