diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:32:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:32:47 +0000 |
commit | f053962cc1b78c3d08cdfc0fcad997c77504cb03 (patch) | |
tree | 0be89dd5b27831a1a4dbf35676ae635374b27aa5 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-f053962cc1b78c3d08cdfc0fcad997c77504cb03.tar.gz gentoo-2-f053962cc1b78c3d08cdfc0fcad997c77504cb03.tar.bz2 gentoo-2-f053962cc1b78c3d08cdfc0fcad997c77504cb03.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | app-text/dictd/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.9.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog index 55f86416129e..8fd7464197c1 100644 --- a/app-text/dictd/ChangeLog +++ b/app-text/dictd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dictd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.74 2009/09/21 21:40:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.75 2009/09/23 16:32:47 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> dictd-1.9.14.ebuild: + Remove virtual/libc 21 Sep 2009; Markus Meier <maekke@gentoo.org> dictd-1.11.1-r1.ebuild: amd64/x86 stable, bug #281204 diff --git a/app-text/dictd/dictd-1.9.14.ebuild b/app-text/dictd/dictd-1.9.14.ebuild index 73811d137a42..9b125a88243f 100644 --- a/app-text/dictd/dictd-1.9.14.ebuild +++ b/app-text/dictd/dictd-1.9.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.17 2008/12/16 20:27:08 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.18 2009/09/23 16:32:47 patrick Exp $ DESCRIPTION="Dictionary Client/Server for the DICT protocol" HOMEPAGE="http://www.dict.org/" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf \ |