summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-12-15 02:05:01 +0000
committerBen de Groot <yngwin@gentoo.org>2008-12-15 02:05:01 +0000
commit27f1c6d34c5e367ea6e8314a77468223a4966b3d (patch)
tree6591cb7511daa532ac890bbc5bb87ab088f85925 /net-print/xpp/xpp-1.5.ebuild
parentPinning fltk dep on slot 1.1, bug 246445 (diff)
downloadgentoo-2-27f1c6d34c5e367ea6e8314a77468223a4966b3d.tar.gz
gentoo-2-27f1c6d34c5e367ea6e8314a77468223a4966b3d.tar.bz2
gentoo-2-27f1c6d34c5e367ea6e8314a77468223a4966b3d.zip
Pinning fltk dep on slot 1.1, bug 246445
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh6 i686)
Diffstat (limited to 'net-print/xpp/xpp-1.5.ebuild')
-rw-r--r--net-print/xpp/xpp-1.5.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/net-print/xpp/xpp-1.5.ebuild b/net-print/xpp/xpp-1.5.ebuild
index 8a4a652fd1e5..4fa9ce9cf538 100644
--- a/net-print/xpp/xpp-1.5.ebuild
+++ b/net-print/xpp/xpp-1.5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.5.ebuild,v 1.6 2007/07/22 07:49:09 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/xpp/xpp-1.5.ebuild,v 1.7 2008/12/15 02:05:01 yngwin Exp $
+EAPI="1"
inherit eutils
DESCRIPTION="X Printing Panel"
@@ -15,7 +16,7 @@ LICENSE="GPL-2"
DEPEND="virtual/libc
>=net-print/cups-1.1.14
- >=x11-libs/fltk-1.1
+ x11-libs/fltk:1.1
media-libs/jpeg
media-libs/libpng
sys-libs/zlib
@@ -25,8 +26,8 @@ DEPEND="virtual/libc
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/xpp-gcc4.patch
+ cd "${S}"
+ epatch "${FILESDIR}/xpp-gcc4.patch"
}
src_compile() {
@@ -41,5 +42,5 @@ src_compile() {
src_install() {
einstall || die "make install failed"
- dodoc LICENSE ChangeLog README
+ dodoc ChangeLog README
}