diff options
author | 2009-03-12 17:24:25 +0000 | |
---|---|---|
committer | 2009-03-12 17:24:25 +0000 | |
commit | f7ee87a2447670237a49b0addebbc1021ad33fcc (patch) | |
tree | 8e89183576e86e0124ac953c480072d4094865df /sys-apps | |
parent | Marked ~hppa (bug #261825). (diff) | |
download | gentoo-2-f7ee87a2447670237a49b0addebbc1021ad33fcc.tar.gz gentoo-2-f7ee87a2447670237a49b0addebbc1021ad33fcc.tar.bz2 gentoo-2-f7ee87a2447670237a49b0addebbc1021ad33fcc.zip |
Block <app-text/html-xml-utils-5.3 (#218146)
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/count/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/count/count-1.20.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/count/ChangeLog b/sys-apps/count/ChangeLog index 07a696f28c53..5959dfb9572f 100644 --- a/sys-apps/count/ChangeLog +++ b/sys-apps/count/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/count -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/count/ChangeLog,v 1.4 2007/07/16 14:48:44 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/count/ChangeLog,v 1.5 2009/03/12 17:24:25 tove Exp $ + + 12 Mar 2009; Torsten Veller <tove@gentoo.org> count-1.20.ebuild: + Block <app-text/html-xml-utils-5.3 (#218146) 16 Jul 2007; Raúl Porcel <armin76@gentoo.org> count-1.20.ebuild: Fix HOMEPAGE, thanks to Erik Musick <lnxg33k at gmail dot com>, bug 185456 diff --git a/sys-apps/count/count-1.20.ebuild b/sys-apps/count/count-1.20.ebuild index b7303f2704a6..3818527e5662 100644 --- a/sys-apps/count/count-1.20.ebuild +++ b/sys-apps/count/count-1.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/count/count-1.20.ebuild,v 1.2 2007/07/16 14:48:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/count/count-1.20.ebuild,v 1.3 2009/03/12 17:24:25 tove Exp $ inherit eutils @@ -12,6 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" DEPEND="" +RDEPEND="!<app-text/html-xml-utils-5.3" src_compile() { make } |