aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-05-23 22:17:48 +0200
committerKacper Kowalik (Xarthisius) <xarthisius@gentoo.org>2012-05-23 22:17:48 +0200
commit30ada6e3906907c95358fb3b23a2216ef3ec40ef (patch)
tree0a917125bed2d9a213bcf407436cde86819b74d8 /dev-lang/path64
parent[net-misc/dhcp] add user.eclass for enew{user,group} (diff)
downloadsci-30ada6e3906907c95358fb3b23a2216ef3ec40ef.tar.gz
sci-30ada6e3906907c95358fb3b23a2216ef3ec40ef.tar.bz2
sci-30ada6e3906907c95358fb3b23a2216ef3ec40ef.zip
[dev-lang/path64] remove epause along with eutils.eclass since it does nothing for EAPI>2. Thanks to Jeremy Olexa <darkside@gentoo.org> for noticing
Diffstat (limited to 'dev-lang/path64')
-rw-r--r--dev-lang/path64/path64-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild
index df30636a8..a2246e61f 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 eutils
+inherit cmake-utils ${SCM} multilib toolchain-funcs
DESCRIPTION="Path64 Compiler Suite Community Edition"
HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
@@ -38,7 +38,6 @@ pkg_setup() {
ewarn "There is a high chance that you will utterly fail!"
ewarn "Unless you know what you are doing you'd better stop now"
ewarn "Should you decide to proceed, you are on your own..."
- epause
fi
}