diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-25 01:36:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-25 01:36:14 +0000 |
commit | 48191b9c4268acf6c3663217f7e863de19804978 (patch) | |
tree | dcb5be2a718665dbaf2be97aa110a9a8e414f55b /app-office/magicpoint | |
parent | stable ppc, bug #192247 (diff) | |
download | gentoo-2-48191b9c4268acf6c3663217f7e863de19804978.tar.gz gentoo-2-48191b9c4268acf6c3663217f7e863de19804978.tar.bz2 gentoo-2-48191b9c4268acf6c3663217f7e863de19804978.zip |
fix typo in use flag (g -> mng)
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-office/magicpoint')
-rw-r--r-- | app-office/magicpoint/magicpoint-1.12a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/magicpoint/magicpoint-1.12a.ebuild b/app-office/magicpoint/magicpoint-1.12a.ebuild index 1e747be0a6bd..64e4c690f78f 100644 --- a/app-office/magicpoint/magicpoint-1.12a.ebuild +++ b/app-office/magicpoint/magicpoint-1.12a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v 1.3 2007/09/24 20:14:21 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.12a.ebuild,v 1.4 2007/09/25 01:36:14 mr_bones_ Exp $ inherit autotools elisp-common eutils fixheadtails @@ -23,7 +23,7 @@ MY_DEPEND="x11-libs/libICE truetype? ( virtual/xft ) emacs? ( virtual/emacs ) m17n-lib? ( dev-libs/m17n-lib ) - g? ( media-libs/libmng )" + mng? ( media-libs/libmng )" DEPEND="${MY_DEPEND} sys-devel/autoconf x11-proto/xextproto |