Skip to content

Commit

Permalink
eclass/enlightenment.eclass: Fix keywording #342185
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklauer committed Jun 12, 2016
1 parent 12d0a85 commit 3cc3f30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eclass/enlightenment.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ E_ECONF=()

# E_STATE's:
# release [default]
# KEYWORDS arch
# SRC_URI $P.tar.gz
# S $WORKDIR/$P
#
# snap $PV has .200##### datestamp or .### counter
# KEYWORDS ~arch
# SRC_URI $P.tar.bz2
# S $WORKDIR/$P
#
Expand Down Expand Up @@ -113,11 +111,6 @@ fi

LICENSE="BSD"
SLOT="0"
case ${EKEY_STATE:-${E_STATE}} in
release) KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";;
snap) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-interix ~x86-solaris ~x64-solaris";;
live) KEYWORDS="";;
esac
IUSE="nls doc"

DEPEND="doc? ( app-doc/doxygen )
Expand Down

0 comments on commit 3cc3f30

Please sign in to comment.