#!/usr/bin/env python from sys import stdin from portage import dep_getkey for pkg in stdin: print dep_getkey("="+pkg)