summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-28 17:12:35 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-28 17:12:35 +0000
commitfe946d7a1962a640e9a5b4eeb16f17c37f32dc3b (patch)
tree3c72bfdcf84f1b419484e9ad17629dd08f6450fb /x11-libs/scw/scw-0.4.7.ebuild
parentFixed gtk+ dep and some cleanup (diff)
downloadgentoo-2-fe946d7a1962a640e9a5b4eeb16f17c37f32dc3b.tar.gz
gentoo-2-fe946d7a1962a640e9a5b4eeb16f17c37f32dc3b.tar.bz2
gentoo-2-fe946d7a1962a640e9a5b4eeb16f17c37f32dc3b.zip
Bump to EAPI3 and fixed gtk+ dep
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/scw/scw-0.4.7.ebuild')
-rw-r--r--x11-libs/scw/scw-0.4.7.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-libs/scw/scw-0.4.7.ebuild b/x11-libs/scw/scw-0.4.7.ebuild
index caef266fda01..7844681a44b8 100644
--- a/x11-libs/scw/scw-0.4.7.ebuild
+++ b/x11-libs/scw/scw-0.4.7.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/scw/scw-0.4.7.ebuild,v 1.3 2008/05/18 13:38:28 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/scw/scw-0.4.7.ebuild,v 1.4 2011/03/28 17:12:35 angelos Exp $
+
+EAPI=3
DESCRIPTION="A GTK+ widget set specifically designed for chat programs."
HOMEPAGE="http://scwwidgets.googlepages.com"
@@ -11,15 +13,14 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="doc"
-RDEPEND=">=dev-libs/glib-2.4
- >=x11-libs/gtk+-2.4"
+RDEPEND="dev-libs/glib:2
+ x11-libs/gtk+:2"
DEPEND="${RDEPEND}
doc? ( dev-util/gtk-doc )
dev-util/pkgconfig"
-src_compile() {
+src_configure() {
econf $(use_enable doc gtk-doc)
- emake || die "emake failed."
}
src_install() {