diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-15 19:12:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-15 19:12:43 +0000 |
commit | b26ee62e1074ae6fc90349b63900eb33a1847922 (patch) | |
tree | def87af31d7069ee322396b82a0480801702208b /eclass | |
parent | Keyworded ~mips. (diff) | |
download | gentoo-2-b26ee62e1074ae6fc90349b63900eb33a1847922.tar.gz gentoo-2-b26ee62e1074ae6fc90349b63900eb33a1847922.tar.bz2 gentoo-2-b26ee62e1074ae6fc90349b63900eb33a1847922.zip |
Added missing flag-o-matic inherit as per bug #87232.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xmms-plugin.eclass | 4 |
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" |