Magellan Linux

Diff of /trunk/include/yasm.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22273 by niro, Thu Sep 18 08:30:15 2014 UTC revision 22417 by niro, Thu Apr 3 23:09:15 2014 UTC
# Line 4  SDEPEND="${SDEPEND} Line 4  SDEPEND="${SDEPEND}
4   >= dev-lang/yasm-1.3"   >= dev-lang/yasm-1.3"
5    
6  # multilib honor mechanizm  # multilib honor mechanizm
7  yasm_arch_tuple()  mget-yasm-arch-tuple()
8  {  {
9   case ${ARCH} in   case ${ARCH} in
10   i*86) echo "x86-linux-gcc" ;;   i*86) echo "x86-linux-gcc" ;;
# Line 21  yasm_arch_tuple() Line 21  yasm_arch_tuple()
21   ;;   ;;
22   esac   esac
23  }  }
24    
25    # deprecated and will be dropped in near future
26    yasm_arch_tuple()
27    {
28     echo -e "${COLYELLOW}Warning: yasm_arch_tuple() is depcrecated, please use mget-yasm-arch-tuple() instead${COLDEFAULT}" >&2
29     mget-yasm-arch-tuple
30    }

Legend:
Removed from v.22273  
changed lines
  Added in v.22417