summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@funtoo.org>2010-07-06 14:29:04 -0600
committerZac Medico <zmedico@gentoo.org>2010-07-06 18:24:31 -0700
commite073799b25483d6b059063a8c7969c8c2406ff0b (patch)
treeaa566c0f0f7993f15b59a85c15d6d9fb999f8b75 /bin/ebuild
parenta789bab3f757cbefe7d67db59a0e77f3ac25759a (diff)
downloadportage-e073799b25483d6b059063a8c7969c8c2406ff0b.tar.gz
portage-e073799b25483d6b059063a8c7969c8c2406ff0b.tar.bz2
portage-e073799b25483d6b059063a8c7969c8c2406ff0b.zip
GLEP 55 removal
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 7d543a109..08a68f100 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -104,10 +104,7 @@ if not opts.color == 'y' and \
ebuild = pargs.pop(0)
pf = None
-if 'parse-eapi-glep-55' in portage.settings.features:
- pf, eapi = portage._split_ebuild_name_glep55(
- os.path.basename(ebuild))
-elif ebuild.endswith(".ebuild"):
+if ebuild.endswith(".ebuild"):
pf = os.path.basename(ebuild)[:-7]
if pf is None: