diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-05 12:22:56 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-05 12:22:56 +0000 |
commit | edb66c8af71376fe7688140d69126cbae2ce482e (patch) | |
tree | e6e70817c4a809b17762d6ca0a995f44ebc06935 /media-video/mplayer-bin | |
parent | Version bump. Restructure a bit according to new API (diff) | |
download | gentoo-2-edb66c8af71376fe7688140d69126cbae2ce482e.tar.gz gentoo-2-edb66c8af71376fe7688140d69126cbae2ce482e.tar.bz2 gentoo-2-edb66c8af71376fe7688140d69126cbae2ce482e.zip |
Add missing inherit eutils
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video/mplayer-bin')
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild index c1cea476e094..13b6cb69fa51 100644 --- a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild +++ b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild,v 1.2 2007/06/04 11:06:00 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild,v 1.3 2007/06/05 12:22:56 angelos Exp $ -inherit multilib +inherit multilib eutils DESCRIPTION="Pre-build mplayer binary for amd64 systems" HOMEPAGE="http://www.gentoo.org/" |