diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-21 08:39:04 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-21 08:39:04 +0000 |
commit | ff9bf71ff9c1f3a4dca42b4bf62b108ee8774b67 (patch) | |
tree | 704ff2004d0708e228544339aeaa52dcd675a85c /net-im/minbif | |
parent | Stable 0.36 on amd64 and x86. Drop older. (diff) | |
download | gentoo-2-ff9bf71ff9c1f3a4dca42b4bf62b108ee8774b67.tar.gz gentoo-2-ff9bf71ff9c1f3a4dca42b4bf62b108ee8774b67.tar.bz2 gentoo-2-ff9bf71ff9c1f3a4dca42b4bf62b108ee8774b67.zip |
Non maintainer commit. Add required use on imlib if libcaca is enabled. Without this constraint configure fails.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-im/minbif')
-rw-r--r-- | net-im/minbif/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/minbif/minbif-1.0.5.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/minbif/ChangeLog b/net-im/minbif/ChangeLog index 6562fb6248df..30fabfa556e2 100644 --- a/net-im/minbif/ChangeLog +++ b/net-im/minbif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/minbif # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v 1.11 2012/08/03 16:04:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/ChangeLog,v 1.12 2012/08/21 08:39:04 johu Exp $ + + 21 Aug 2012; Johannes Huber <johu@gentoo.org> minbif-1.0.5.ebuild: + Non maintainer commit. Add required use on imlib if libcaca is enabled. + Without this constraint configure fails. 03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> minbif-1.0.5.ebuild: Stable on amd64 wrt bug #428058 diff --git a/net-im/minbif/minbif-1.0.5.ebuild b/net-im/minbif/minbif-1.0.5.ebuild index 78a40d4ace77..6b18cbad1e16 100644 --- a/net-im/minbif/minbif-1.0.5.ebuild +++ b/net-im/minbif/minbif-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/minbif-1.0.5.ebuild,v 1.2 2012/08/03 16:04:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/minbif/minbif-1.0.5.ebuild,v 1.3 2012/08/21 08:39:04 johu Exp $ EAPI=4 inherit cmake-utils eutils @@ -13,7 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~x86" IUSE="gnutls +imlib +libcaca pam video xinetd" -REQUIRED_USE="video? ( libcaca )" +REQUIRED_USE="video? ( libcaca ) + libcaca? ( imlib )" DEPEND=">=net-im/pidgin-2.6 video? ( >=net-im/pidgin-2.6[gstreamer] net-libs/farsight2 ) |