diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 08:08:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 08:08:27 +0000 |
commit | f704e432914489dc55c9d70b9522201912084636 (patch) | |
tree | 94f1ed4c9c72188c1106e4b65a7fc89a89ed8c40 /app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild | |
parent | inherit multilib for get_libdir (diff) | |
download | gentoo-2-f704e432914489dc55c9d70b9522201912084636.tar.gz gentoo-2-f704e432914489dc55c9d70b9522201912084636.tar.bz2 gentoo-2-f704e432914489dc55c9d70b9522201912084636.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha109/cvs/Linux i686)
Diffstat (limited to 'app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild index 7ff4e93da33e..706a625f5255 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.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/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild,v 1.2 2012/05/18 20:51:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r2.ebuild,v 1.3 2012/06/02 08:08:27 zmedico Exp $ EAPI=3 -inherit autotools eutils versionator flag-o-matic +inherit autotools eutils multilib versionator flag-o-matic DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF" HOMEPAGE="http://ghostscript.com/" |