diff options
Diffstat (limited to 'net-print/foomatic-db/foomatic-db-20050910.ebuild')
-rw-r--r-- | net-print/foomatic-db/foomatic-db-20050910.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-print/foomatic-db/foomatic-db-20050910.ebuild b/net-print/foomatic-db/foomatic-db-20050910.ebuild index 562d1ab7092e..40cc629b33d9 100644 --- a/net-print/foomatic-db/foomatic-db-20050910.ebuild +++ b/net-print/foomatic-db/foomatic-db-20050910.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20050910.ebuild,v 1.1 2005/09/10 13:00:46 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20050910.ebuild,v 1.2 2005/09/10 17:18:19 joshuabaergen Exp $ + +inherit eutils DESCRIPTION="Foomatic printer database" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" @@ -20,6 +22,9 @@ DEPEND="dev-libs/libxml2 src_unpack() { unpack ${A} + cd ${WORKDIR} + epatch ${FILESDIR}/fix-sandbox-${PV}.patch + cd ${S} } src_compile() { |