diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-17 18:31:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-17 18:31:27 +0000 |
commit | 6c8fb1e3fb285d71d67c529619b1d4a9bb418413 (patch) | |
tree | 3c259e40b02b7226631dc355fc3b0734f37e49a7 /dev-embedded | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-6c8fb1e3fb285d71d67c529619b1d4a9bb418413.tar.gz gentoo-2-6c8fb1e3fb285d71d67c529619b1d4a9bb418413.tar.bz2 gentoo-2-6c8fb1e3fb285d71d67c529619b1d4a9bb418413.zip |
inherit toolchain-funcs
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild b/dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild index 11c4e8ab8a46..7fcf9b75de46 100644 --- a/dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild +++ b/dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild,v 1.5 2010/06/17 18:29:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/ponyprog/ponyprog-2.07a-r1.ebuild,v 1.6 2010/06/17 18:31:27 ssuominen Exp $ EAPI="3" -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Serial device programmer" HOMEPAGE="http://www.lancos.com/ppwin95.html" |