diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:51:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:51:28 +0000 |
commit | bbfdefa09e64ee7c37b567d65167bc4cb49baff4 (patch) | |
tree | 77d5c0cc6bbb47ca48e1e562ba219038326858ff /dev-lang | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-bbfdefa09e64ee7c37b567d65167bc4cb49baff4.tar.gz gentoo-2-bbfdefa09e64ee7c37b567d65167bc4cb49baff4.tar.bz2 gentoo-2-bbfdefa09e64ee7c37b567d65167bc4cb49baff4.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/hugs98/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/hugs98/hugs98-2003.11.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-lang/hugs98/ChangeLog b/dev-lang/hugs98/ChangeLog index 0bf39c0c31b3..b3ea299d979e 100644 --- a/dev-lang/hugs98/ChangeLog +++ b/dev-lang/hugs98/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/hugs98 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.46 2008/01/27 18:23:25 dcoutts Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/ChangeLog,v 1.47 2009/09/23 16:51:28 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hugs98-2003.11.ebuild: + Remove virtual/libc 27 Jan 2008; Duncan Coutts <dcoutts@gentoo.org> +files/hugs98-2005.3-conditional-doc.patch: diff --git a/dev-lang/hugs98/hugs98-2003.11.ebuild b/dev-lang/hugs98/hugs98-2003.11.ebuild index 6ee39c088887..35b1d8fa4d4f 100644 --- a/dev-lang/hugs98/hugs98-2003.11.ebuild +++ b/dev-lang/hugs98/hugs98-2003.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.12 2006/07/05 14:33:18 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2003.11.ebuild,v 1.13 2009/09/23 16:51:28 patrick Exp $ inherit base flag-o-matic eutils @@ -16,8 +16,7 @@ SLOT="0" KEYWORDS="x86 ~sparc ~amd64 ~ppc" LICENSE="as-is" -DEPEND="virtual/libc - opengl? ( virtual/opengl virtual/glu virtual/glut ) +DEPEND="opengl? ( virtual/opengl virtual/glu virtual/glut ) ~app-text/docbook-sgml-dtd-4.2" # the testsuite is not included in the tarball |