diff options
author | 2009-09-23 20:52:01 +0000 | |
---|---|---|
committer | 2009-09-23 20:52:01 +0000 | |
commit | 6b744d4a9bf453fce46ddc2f62a90d591a9a93e2 (patch) | |
tree | e2652638aed433adf7cfb5572ce4052c54ac7b83 /sys-fs/hfsplusutils | |
parent | Remove virtual/libc (diff) | |
download | historical-6b744d4a9bf453fce46ddc2f62a90d591a9a93e2.tar.gz historical-6b744d4a9bf453fce46ddc2f62a90d591a9a93e2.tar.bz2 historical-6b744d4a9bf453fce46ddc2f62a90d591a9a93e2.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/hfsplusutils')
-rw-r--r-- | sys-fs/hfsplusutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/hfsplusutils/ChangeLog b/sys-fs/hfsplusutils/ChangeLog index 2206d719f1d7..8e20a81aa036 100644 --- a/sys-fs/hfsplusutils/ChangeLog +++ b/sys-fs/hfsplusutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/hfsplusutils -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.13 2008/12/19 02:51:10 gentoofan23 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.14 2009/09/23 20:50:43 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> + hfsplusutils-1.0.4-r1.ebuild: + Remove virtual/libc 19 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org> hfsplusutils-1.0.4-r1.ebuild: diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild index 6a0945b25e5c..a7f9b1372c08 100644 --- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild +++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-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/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.17 2008/12/19 02:51:10 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.18 2009/09/23 20:50:43 patrick Exp $ WANT_AUTOMAKE=1.6 inherit autotools eutils libtool @@ -16,7 +16,7 @@ KEYWORDS="ppc ppc64 x86" IUSE="" DEPEND="app-arch/bzip2" -RDEPEND="virtual/libc" +RDEPEND="" S=${WORKDIR}/hfsplus-${PV} |