diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
commit | 190c5949e033b58e1ed351ceb0c9778df9803598 (patch) | |
tree | 831db22a515f652fc3160881a8e7f303f1459af5 /dev-util/pmk/pmk-0.8.ebuild | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-190c5949e033b58e1ed351ceb0c9778df9803598.tar.gz gentoo-2-190c5949e033b58e1ed351ceb0c9778df9803598.tar.bz2 gentoo-2-190c5949e033b58e1ed351ceb0c9778df9803598.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/pmk/pmk-0.8.ebuild')
-rw-r--r-- | dev-util/pmk/pmk-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pmk/pmk-0.8.ebuild b/dev-util/pmk/pmk-0.8.ebuild index a43dc97d1706..6367b7bcc0fd 100644 --- a/dev-util/pmk/pmk-0.8.ebuild +++ b/dev-util/pmk/pmk-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.ebuild,v 1.3 2004/06/25 02:43:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.8.ebuild,v 1.4 2004/07/02 05:12:13 eradicator Exp $ DESCRIPTION="Aims to be an alternative to GNU autoconf" SRC_URI="mirror://sourceforge/pmk/${P}.tar.gz" @@ -11,7 +11,7 @@ IUSE="" KEYWORDS="~x86 ~ppc" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ./pmkcfg.sh -p /usr |