diff options
author | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-05-23 21:56:26 +0200 |
---|---|---|
committer | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-05-23 21:56:26 +0200 |
commit | 443d650ce23abb8c758f3193560f1a5447a0784f (patch) | |
tree | 0060b85c89f37a31a63e03af2b3ffd1903bfd37f | |
parent | [dev-util/smartgit] add eutils.eclass for make_desktop_entry (diff) | |
download | sci-443d650ce23abb8c758f3193560f1a5447a0784f.tar.gz sci-443d650ce23abb8c758f3193560f1a5447a0784f.tar.bz2 sci-443d650ce23abb8c758f3193560f1a5447a0784f.zip |
[dev-lang/path64] add eutils.eclass for epause
-rw-r--r-- | dev-lang/path64/path64-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild index 53eb72629..df30636a8 100644 --- a/dev-lang/path64/path64-9999.ebuild +++ b/dev-lang/path64/path64-9999.ebuild @@ -12,7 +12,7 @@ if [ "${PV%9999}" != "${PV}" ] ; then DBG_URI="git://github.com/path64/debugger.git" fi -inherit cmake-utils ${SCM} multilib toolchain-funcs +inherit cmake-utils ${SCM} multilib toolchain-funcs eutils DESCRIPTION="Path64 Compiler Suite Community Edition" HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite" |