--- mdds-0.7.0.ebuild 2013-02-25 13:37:44.000000000 +0000 +++ mdds-0.7.0.ebuild 2013-02-25 16:04:23.451129987 +0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.7.0.ebuild,v 1.1 2013/02/25 13:37:44 scarabeus Exp $ -EAPI=4 +EAPI=5 inherit base @@ -27,3 +27,8 @@ src_configure() { } src_compile() { :; } + +src_test() { + tc-export CXX + default +}