diff options
author | 2005-12-29 00:35:45 +0000 | |
---|---|---|
committer | 2005-12-29 00:35:45 +0000 | |
commit | 8111e6544c9a75127ef5f9294bd16e0a71623731 (patch) | |
tree | 19b8423ba02f0f7706e7888adb326ec62abd5229 /sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild | |
parent | small bug (diff) | |
download | historical-8111e6544c9a75127ef5f9294bd16e0a71623731.tar.gz historical-8111e6544c9a75127ef5f9294bd16e0a71623731.tar.bz2 historical-8111e6544c9a75127ef5f9294bd16e0a71623731.zip |
Version bumped. Reorganized patches, added new patch. Closes #113172.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild')
-rw-r--r-- | sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild b/sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild index ef52d43bb4ab..1fc4d8b41c33 100644 --- a/sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild +++ b/sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild,v 1.13 2005/09/05 13:26:52 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openpbs/openpbs-2.3.16-r1.ebuild,v 1.14 2005/12/29 00:35:45 tantive Exp $ inherit eutils @@ -37,7 +37,7 @@ src_unpack() { # apply a patch I made for gcc3. # maybe this should be done with sed but I'm too lazy epatch ${FILESDIR}/makedepend-sh-gcc3.patch - epatch ${FILESDIR}/${PF}-errno-fixup.patch + epatch ${FILESDIR}/openpbs-${PV}-errno-fixup.patch # this thing doesn't use make install, but rather it's own install script # fix it here so the install dirs are set to the ${D} directory cd buildutils |