Skip to content

Commit

Permalink
app-editors/hteditor: drop prefix keywords
Browse files Browse the repository at this point in the history
Repoman reports that ncurses is not keyworded there:

```
  dependency.badinexp [fatal]   44
   app-editors/hteditor/hteditor-2.1.0-r1.ebuild:
     DEPEND: ~x86-macos(prefix/darwin/macos/10.10/x86)
   ['sys-libs/ncurses:0=']
```

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Jul 5, 2020
1 parent c633d2a commit bed1754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-editors/hteditor/hteditor-2.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/hte/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="X"

RDEPEND="sys-libs/ncurses:0=
Expand Down
2 changes: 1 addition & 1 deletion app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="X"

RDEPEND="sys-libs/ncurses:0=
Expand Down

0 comments on commit bed1754

Please sign in to comment.