diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-21 11:53:08 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-21 11:53:08 +0000 |
commit | 99d3317e729319520c746d290b2a08228d5bea14 (patch) | |
tree | 148fb33a1e5699a4fd1344e8ec36feea1f97458e | |
parent | stable on alpha wrt bug #105695 (diff) | |
download | gentoo-2-99d3317e729319520c746d290b2a08228d5bea14.tar.gz gentoo-2-99d3317e729319520c746d290b2a08228d5bea14.tar.bz2 gentoo-2-99d3317e729319520c746d290b2a08228d5bea14.zip |
GTK support isn't optional. Fixing
(Portage version: 1.589-cvs)
-rw-r--r-- | net-p2p/gnunet/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gnunet/gnunet-0.7.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog index f430b4b784f5..36197a053933 100644 --- a/net-p2p/gnunet/ChangeLog +++ b/net-p2p/gnunet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gnunet # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.36 2005/09/12 18:38:58 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.37 2005/09/21 11:53:08 mkay Exp $ + + 21 Sep 2005; <mkay@gentoo.org> gnunet-0.7.0.ebuild: + GTK support isn't optional. Fixing *gnunet-0.7.0 (06 Sep 2005) diff --git a/net-p2p/gnunet/gnunet-0.7.0.ebuild b/net-p2p/gnunet/gnunet-0.7.0.ebuild index c1933b1d2e15..f8f7622d4b43 100644 --- a/net-p2p/gnunet/gnunet-0.7.0.ebuild +++ b/net-p2p/gnunet/gnunet-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0.ebuild,v 1.2 2005/09/12 07:52:17 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.0.ebuild,v 1.3 2005/09/21 11:53:08 mkay Exp $ inherit eutils libtool @@ -19,8 +19,8 @@ DEPEND=">=dev-libs/libgcrypt-1.2.0 >=media-libs/libextractor-0.5.4 >=dev-libs/gmp-4.0.0 sys-libs/zlib + >=x11-libs/gtk+-2.6.10 ncurses? ( sys-libs/ncurses ) - gtk? ( >=x11-libs/gtk+-2.6.10 ) mysql? ( >=dev-db/mysql-4.0.24 ) sqlite? ( >=dev-db/sqlite-3.0.8 ) guile? ( >=dev-util/guile-1.6.0 ) @@ -50,7 +50,6 @@ src_compile() { $(use_with sqlite) \ $(use_enable nls) \ $(use_enable ncurses) \ - $(use_enable gtk) \ $(use_enable guile) \ ${myconf} || die "econf failed" |