diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-12-23 20:42:10 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-12-23 20:42:10 +0000 |
commit | a2e9326dca2443ad17af48415e7f5117542f0f9b (patch) | |
tree | 30fb81544f9572c07b923ecd6ca257cfca9d0889 /x11-base | |
parent | brainfart fix in my get_abi_var (diff) | |
download | gentoo-2-a2e9326dca2443ad17af48415e7f5117542f0f9b.tar.gz gentoo-2-a2e9326dca2443ad17af48415e7f5117542f0f9b.tar.bz2 gentoo-2-a2e9326dca2443ad17af48415e7f5117542f0f9b.zip |
PF -> P again
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/x11-drm/x11-drm-20040827-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20040827.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-base/x11-drm/x11-drm-20040827-r1.ebuild b/x11-base/x11-drm/x11-drm-20040827-r1.ebuild index 8c0289d875b6..ca3ef4160a24 100644 --- a/x11-base/x11-drm/x11-drm-20040827-r1.ebuild +++ b/x11-base/x11-drm/x11-drm-20040827-r1.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/x11-base/x11-drm/x11-drm-20040827-r1.ebuild,v 1.1 2004/12/23 03:53:03 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827-r1.ebuild,v 1.2 2004/12/23 20:42:10 battousai Exp $ inherit eutils x11 linux-mod @@ -70,7 +70,7 @@ src_unpack() { else unpack linux-drm-${PV}-kernelsource.tar.bz2 fi - unpack ${PF}-gentoo-${PATCHVER}.tar.bz2 + unpack ${P}-gentoo-${PATCHVER}.tar.bz2 cd ${S} cp ${PATCHDIR}/Makefile ${S} diff --git a/x11-base/x11-drm/x11-drm-20040827.ebuild b/x11-base/x11-drm/x11-drm-20040827.ebuild index fdc538cea77c..acf742fddbf1 100644 --- a/x11-base/x11-drm/x11-drm-20040827.ebuild +++ b/x11-base/x11-drm/x11-drm-20040827.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/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.8 2004/12/23 03:53:03 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.9 2004/12/23 20:42:10 battousai Exp $ inherit eutils x11 linux-mod @@ -70,7 +70,7 @@ src_unpack() { else unpack linux-drm-${PV}-kernelsource.tar.bz2 fi - unpack ${PF}-gentoo-${PATCHVER}.tar.bz2 + unpack ${P}-gentoo-${PATCHVER}.tar.bz2 cd ${S} cp ${PATCHDIR}/Makefile ${S} |