summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-06 20:14:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-06 20:14:38 +0000
commitfe4a6da6d4886f8f97314cb46dbb6aa885cb8178 (patch)
treee349f7dfeeacc4bcb3da64d941ec20bf6e55288f /x11-misc/ipager/ipager-1.1.0.ebuild
parentFix building with -Wl,--as-needed wrt #248573 by Kacper Kowalik. (diff)
downloadhistorical-fe4a6da6d4886f8f97314cb46dbb6aa885cb8178.tar.gz
historical-fe4a6da6d4886f8f97314cb46dbb6aa885cb8178.tar.bz2
historical-fe4a6da6d4886f8f97314cb46dbb6aa885cb8178.zip
Missing USE depend wrt #248571 by Kacper Kowalik.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/ipager/ipager-1.1.0.ebuild')
-rw-r--r--x11-misc/ipager/ipager-1.1.0.ebuild21
1 files changed, 10 insertions, 11 deletions
diff --git a/x11-misc/ipager/ipager-1.1.0.ebuild b/x11-misc/ipager/ipager-1.1.0.ebuild
index 2b693febc367..a7f4f2daf717 100644
--- a/x11-misc/ipager/ipager-1.1.0.ebuild
+++ b/x11-misc/ipager/ipager-1.1.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v 1.3 2008/09/09 03:58:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/ipager/ipager-1.1.0.ebuild,v 1.4 2010/02/06 20:14:38 ssuominen Exp $
+EAPI=2
inherit eutils
DESCRIPTION="A themable desktop pager for fluxbox and other window managers"
@@ -10,18 +11,16 @@ SRC_URI="http://www.useperl.ru/ipager/src/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="xinerama"
-RDEPEND="media-libs/imlib2
- x11-libs/libXmu
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="dev-util/scons
- ${RDEPEND}"
+RDEPEND="media-libs/imlib2[X]
+ x11-libs/libXmu
+ xinerama? ( x11-libs/libXinerama )"
+DEPEND="${RDEPEND}
+ dev-util/scons"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-scons_imlib2.patch
epatch "${FILESDIR}"/${P}-gcc43.patch
epatch "${FILESDIR}"/${P}-scons_flags.patch