diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
commit | 0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54 (patch) | |
tree | 90eb4451a0748f942316ea5b87cdcfb910352725 /app-text/dictd | |
parent | Remove virtual/libc (diff) | |
download | historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.gz historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.bz2 historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'app-text/dictd')
-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 \ |