diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-11 19:15:25 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-11 19:15:25 +0300 |
commit | 4fd475cd5b00f2e02eb9c8bd3c1345602d66b521 (patch) | |
tree | 50487e1ca4a3bcab59190d425ed8c1081756f997 /app-editors/qhexedit2 | |
parent | net-libs/libbtbb: Remove unused local USE description (diff) | |
download | gentoo-4fd475cd5b00f2e02eb9c8bd3c1345602d66b521.tar.gz gentoo-4fd475cd5b00f2e02eb9c8bd3c1345602d66b521.tar.bz2 gentoo-4fd475cd5b00f2e02eb9c8bd3c1345602d66b521.zip |
app-editors/qhexedit2: install editor by default
Closes: https://bugs.gentoo.org/644014
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-editors/qhexedit2')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild index 07dccd9847e6..1de535b4cde6 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/lancos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc gui python" +IUSE="doc +gui python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" PATCHES=( |