diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:26:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:26:40 +0000 |
commit | 8955fa035686aea3dfc8554951188add987c01a3 (patch) | |
tree | cb29231f5372e58c464ccd76dd0bc258ab717a1e /dev-libs/libspt | |
parent | Re-add ~s390 (diff) | |
download | historical-8955fa035686aea3dfc8554951188add987c01a3.tar.gz historical-8955fa035686aea3dfc8554951188add987c01a3.tar.bz2 historical-8955fa035686aea3dfc8554951188add987c01a3.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libspt')
-rw-r--r-- | dev-libs/libspt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libspt/libspt-1.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libspt/ChangeLog b/dev-libs/libspt/ChangeLog index c4d3187f02de..5d81d9421225 100644 --- a/dev-libs/libspt/ChangeLog +++ b/dev-libs/libspt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libspt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/ChangeLog,v 1.7 2009/09/14 15:24:38 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/ChangeLog,v 1.8 2009/09/23 17:23:50 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libspt-1.1.ebuild: + Remove virtual/libc *libspt-1.1-r2 (14 Sep 2009) diff --git a/dev-libs/libspt/libspt-1.1.ebuild b/dev-libs/libspt/libspt-1.1.ebuild index bc87beab0641..aa164083698a 100644 --- a/dev-libs/libspt/libspt-1.1.ebuild +++ b/dev-libs/libspt/libspt-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/libspt-1.1.ebuild,v 1.4 2004/08/14 15:27:07 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libspt/libspt-1.1.ebuild,v 1.5 2009/09/23 17:23:50 patrick Exp $ DESCRIPTION="Library for handling root privilege" HOMEPAGE="http://www.j10n.org/libspt/index.html" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86 alpha ppc" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_install() { |