diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-09 23:18:48 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-09 23:18:48 +0000 |
commit | 4fb6101e59dc22ec154a6724c499159e0d763fc1 (patch) | |
tree | 3e691304aff189410e6cdd998da650030495ea86 /media-sound/snd/snd-12.7.ebuild | |
parent | inherit user for enewuser (diff) | |
download | gentoo-2-4fb6101e59dc22ec154a6724c499159e0d763fc1.tar.gz gentoo-2-4fb6101e59dc22ec154a6724c499159e0d763fc1.tar.bz2 gentoo-2-4fb6101e59dc22ec154a6724c499159e0d763fc1.zip |
inherit eutils for epatch
(Portage version: 2.2.0_alpha110_p5/cvs/Linux i686)
Diffstat (limited to 'media-sound/snd/snd-12.7.ebuild')
-rw-r--r-- | media-sound/snd/snd-12.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/snd/snd-12.7.ebuild b/media-sound/snd/snd-12.7.ebuild index 0fed3240b8b5..0dc0073db7af 100644 --- a/media-sound/snd/snd-12.7.ebuild +++ b/media-sound/snd/snd-12.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v 1.3 2012/02/20 23:52:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v 1.4 2012/06/09 23:18:48 zmedico Exp $ EAPI="4" -inherit multilib flag-o-matic autotools +inherit autotools eutils flag-o-matic multilib DESCRIPTION="Snd is a sound editor" HOMEPAGE="http://ccrma.stanford.edu/software/snd/" |