diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-05 12:30:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-05 12:30:15 +0100 |
commit | bed175454e0070250a5f68765184c4365f689974 (patch) | |
tree | 985c75eb6b50302a2adb4b2708633148d7f543c0 /app-editors/hteditor | |
parent | dev-java/ant-xz: bump to 1.10.8 (diff) | |
download | gentoo-bed175454e0070250a5f68765184c4365f689974.tar.gz gentoo-bed175454e0070250a5f68765184c4365f689974.tar.bz2 gentoo-bed175454e0070250a5f68765184c4365f689974.zip |
app-editors/hteditor: drop prefix keywords
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 <slyfox@gentoo.org>
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r-- | app-editors/hteditor/hteditor-2.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hteditor/hteditor-2.1.0-r1.ebuild b/app-editors/hteditor/hteditor-2.1.0-r1.ebuild index 5b912857bc6f..1660e108bde7 100644 --- a/app-editors/hteditor/hteditor-2.1.0-r1.ebuild +++ b/app-editors/hteditor/hteditor-2.1.0-r1.ebuild @@ -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= diff --git a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild index 31216e27af60..cd12cdc54f1e 100644 --- a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild +++ b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild @@ -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= |