diff options
author | 2013-10-13 16:03:24 +0100 | |
---|---|---|
committer | 2013-10-13 17:58:03 +0100 | |
commit | a668f2b74f78a733d888e60e6a2f8c884ad728d4 (patch) | |
tree | b4a1577b7df85e77169357432dd2a62619a7a247 | |
parent | 0ccc913207cfc5e0ed442d92487eebea52a75163 (diff) | |
download | paludis-a668f2b74f78a733d888e60e6a2f8c884ad728d4.tar.gz paludis-a668f2b74f78a733d888e60e6a2f8c884ad728d4.tar.xz |
Prevent DEFINED_PHASES from leaking through
-rwxr-xr-x | paludis/repositories/e/ebuild/ebuild.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/repositories/e/ebuild/ebuild.bash b/paludis/repositories/e/ebuild/ebuild.bash index e57f38950..09acc179a 100755 --- a/paludis/repositories/e/ebuild/ebuild.bash +++ b/paludis/repositories/e/ebuild/ebuild.bash @@ -1,7 +1,7 @@ #!/usr/bin/env bash # vim: set sw=4 sts=4 et : -# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 Ciaran McCreesh +# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2013 Ciaran McCreesh # # Based in part upon ebuild.sh from Portage, which is Copyright 1995-2005 # Gentoo Foundation and distributed under the terms of the GNU General @@ -81,7 +81,7 @@ ebuild_sanitise_envvars # fancy fake variables EBUILD_METADATA_VARIABLES="DEPEND RDEPEND PDEPEND IUSE SRC_URI DOWNLOADS RESTRICT \ LICENSE LICENCES KEYWORDS INHERITED PROVIDE HOMEPAGE DESCRIPTION DEPENDENCIES \ - E_IUSE E_DEPEND E_RDEPEND E_PDEPEND PLATFORMS \ + E_IUSE E_DEPEND E_RDEPEND E_PDEPEND PLATFORMS DEFINED_PHASES \ MYOPTIONS E_MYOPTIONS E_DEPENDENCIES BINARY_KEYWORDS BINARY_URI \ GENERATED_USING GENERATED_TIME GENERATED_FROM_REPOSITORY BINARY_PLATFORMS REMOTE_IDS \ SUMMARY BUGS_TO UPSTREAM_DOCUMENTATION UPSTREAM_CHANGELOG \ |