diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:50:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:50:43 +0000 |
commit | 6464ff2244b08929401113dc57ccc377a7e9e3a1 (patch) | |
tree | 410f6a081499e62d72ca5454de4f471dce6b17be /sys-fs/hfsplusutils | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6464ff2244b08929401113dc57ccc377a7e9e3a1.tar.gz gentoo-2-6464ff2244b08929401113dc57ccc377a7e9e3a1.tar.bz2 gentoo-2-6464ff2244b08929401113dc57ccc377a7e9e3a1.zip |
Remove virtual/libc
(Portage version: 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} |