diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:06:52 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:06:52 +0000 |
commit | 71b61a1b04a0117fe650ba979d523187487e60f8 (patch) | |
tree | 4c09fb6a8527780e688a33f4c8aa491f09def147 /sci-libs/gaul-devel | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-71b61a1b04a0117fe650ba979d523187487e60f8.tar.gz gentoo-2-71b61a1b04a0117fe650ba979d523187487e60f8.tar.bz2 gentoo-2-71b61a1b04a0117fe650ba979d523187487e60f8.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gaul-devel')
-rw-r--r-- | sci-libs/gaul-devel/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gaul-devel/gaul-devel-0.1849-r1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/gaul-devel/ChangeLog b/sci-libs/gaul-devel/ChangeLog index f4ea7cc23445..2d305dc978d1 100644 --- a/sci-libs/gaul-devel/ChangeLog +++ b/sci-libs/gaul-devel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gaul-devel -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.8 2008/02/09 16:29:09 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.9 2009/09/23 20:06:52 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> + gaul-devel-0.1849-r1.ebuild: + Remove virtual/libc 09 Feb 2008; Samuli Suominen <drac@gentoo.org> -files/gaul-devel-0.1849-slang2-config.patch, gaul-devel-0.1849-r1.ebuild: diff --git a/sci-libs/gaul-devel/gaul-devel-0.1849-r1.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1849-r1.ebuild index bb886363e3cc..e2c494e010c9 100644 --- a/sci-libs/gaul-devel/gaul-devel-0.1849-r1.ebuild +++ b/sci-libs/gaul-devel/gaul-devel-0.1849-r1.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/sci-libs/gaul-devel/gaul-devel-0.1849-r1.ebuild,v 1.4 2008/02/10 09:23:18 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1849-r1.ebuild,v 1.5 2009/09/23 20:06:52 patrick Exp $ inherit eutils @@ -15,8 +15,7 @@ KEYWORDS="~x86 ~amd64" IUSE="debug slang" -DEPEND="virtual/libc - >=sys-apps/sed-4 +DEPEND=">=sys-apps/sed-4 slang? ( >=sys-libs/slang-2.1.3 )" S=${WORKDIR}/${P}-0 |