diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2006-10-16 21:33:09 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2006-10-16 21:33:09 +0000 |
commit | ffb2a7c6889f7e0d738d31ed5b93e5692e8ad67c (patch) | |
tree | 36e6ac16c6a4023f0e893e6d3bafc9dfb0b7a369 /x11-wm | |
parent | configure changes reverted and gcc-4.1 hardened support thanks to Bill Skelle... (diff) | |
download | gentoo-2-ffb2a7c6889f7e0d738d31ed5b93e5692e8ad67c.tar.gz gentoo-2-ffb2a7c6889f7e0d738d31ed5b93e5692e8ad67c.tar.bz2 gentoo-2-ffb2a7c6889f7e0d738d31ed5b93e5692e8ad67c.zip |
Added dependency to >=x11-libs/libmatchbox-1.1 as checked by the ./configure script. Closes bug #151623.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/matchbox-common/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-wm/matchbox-common/ChangeLog b/x11-wm/matchbox-common/ChangeLog index f7100cb39f7a..e27fd10f1f9d 100644 --- a/x11-wm/matchbox-common/ChangeLog +++ b/x11-wm/matchbox-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/matchbox-common # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.4 2006/08/07 17:06:42 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/ChangeLog,v 1.5 2006/10/16 21:33:09 yvasilev Exp $ + + 16 Oct 2006; <yvasilev@gentoo.org> matchbox-common-0.9.1.ebuild, + matchbox-common-0.9.1-r1.ebuild: + Added dependency to >=x11-libs/libmatchbox-1.1 as checked by the ./configure + script. Closes bug #151623. 07 Aug 2006; <yvasilev@gentoo.org> matchbox-common-0.9.1-r1.ebuild: Added ~arm keyword. diff --git a/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild b/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild index 48d1723fe4cc..f00a2709dca0 100644 --- a/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild +++ b/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild,v 1.2 2006/08/07 17:06:42 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r1.ebuild,v 1.3 2006/10/16 21:33:09 yvasilev Exp $ inherit eutils versionator @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~arm" IUSE="" -DEPEND="" +DEPEND=">=x11-libs/libmatchbox-1.1" src_compile() { econf --disable-pda-folders \ diff --git a/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild b/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild index 2bd25807c477..6be25b5ce722 100644 --- a/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild +++ b/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v 1.1 2006/03/12 21:48:31 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1.ebuild,v 1.2 2006/10/16 21:33:09 yvasilev Exp $ inherit versionator @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="" +DEPEND=">=x11-libs/libmatchbox-1.1" src_compile() { econf --disable-pda-folders \ |