diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 18:31:50 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 18:31:50 +0000 |
commit | 5522387ef2b8060ee4d691b735664751e207c780 (patch) | |
tree | 0e0062c33be703ae09d32c39727c91975c257bf4 /www-client/jd/jd-2.8.0_p110203.ebuild | |
parent | sys-kernel/genkernel: Bump to. 3.4.15 (diff) | |
download | gentoo-2-5522387ef2b8060ee4d691b735664751e207c780.tar.gz gentoo-2-5522387ef2b8060ee4d691b735664751e207c780.tar.bz2 gentoo-2-5522387ef2b8060ee4d691b735664751e207c780.zip |
Fixed slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'www-client/jd/jd-2.8.0_p110203.ebuild')
-rw-r--r-- | www-client/jd/jd-2.8.0_p110203.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www-client/jd/jd-2.8.0_p110203.ebuild b/www-client/jd/jd-2.8.0_p110203.ebuild index 38cad5e2ba68..cd0a55833bc8 100644 --- a/www-client/jd/jd-2.8.0_p110203.ebuild +++ b/www-client/jd/jd-2.8.0_p110203.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.8.0_p110203.ebuild,v 1.1 2011/02/03 00:05:50 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/jd/jd-2.8.0_p110203.ebuild,v 1.2 2011/03/28 18:31:50 angelos Exp $ +EAPI=3 inherit eutils autotools MY_P="${P/_p/-}" @@ -16,8 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="alsa gnome gnutls migemo" -RDEPEND=">=dev-cpp/gtkmm-2.8 - >=dev-libs/glib-2 +RDEPEND="dev-cpp/gtkmm:2.4 + dev-libs/glib:2 x11-misc/xdg-utils alsa? ( >=media-libs/alsa-lib-1 ) gnome? ( >=gnome-base/libgnomeui-2 ) @@ -34,13 +35,11 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { eautoreconf } -src_compile() { +src_configure() { local myconf="--with-xdgopen" # use gnomeui sm instead of Xorg SM/ICE @@ -55,8 +54,7 @@ src_compile() { $(use_with !gnutls openssl) \ $(use_with migemo) \ $(use_with migemo migemodict /usr/share/migemo/migemo-dict) \ - ${myconf} || die "econf failed" - emake || die "emake failed" + ${myconf} } src_install() { |