summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-15 19:12:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-15 19:12:43 +0000
commiteef67042562347d87882aabead22571bc267c36d (patch)
treeb52c082333eb8f808f95ecc33021d39cd3322eae /eclass
parentKeyworded ~mips. (diff)
downloadhistorical-eef67042562347d87882aabead22571bc267c36d.tar.gz
historical-eef67042562347d87882aabead22571bc267c36d.tar.bz2
historical-eef67042562347d87882aabead22571bc267c36d.zip
Added missing flag-o-matic inherit as per bug #87232.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xmms-plugin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass
index 0dad86268c5c..15cf6c823f79 100644
--- a/eclass/xmms-plugin.eclass
+++ b/eclass/xmms-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.19 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.20 2005/10/15 19:12:43 flameeyes Exp $
#
# Jeremy Huddleston <eradicator@gentoo.org>
@@ -25,7 +25,7 @@ GENTOO_URI=${GENTOO_URI-"http://dev.gentoo.org/~eradicator/xmms"}
# Example:
# SONAME="libmpg123.so"
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="Xmms Plugin: ${PN}"
HOMEPAGE="http://www.xmms.org"