diff options
Diffstat (limited to 'app-editors/dhex/dhex-0.68.ebuild')
-rw-r--r-- | app-editors/dhex/dhex-0.68.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/dhex/dhex-0.68.ebuild b/app-editors/dhex/dhex-0.68.ebuild index 33684014b363..e7f5f372c0eb 100644 --- a/app-editors/dhex/dhex-0.68.ebuild +++ b/app-editors/dhex/dhex-0.68.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.68.ebuild,v 1.1 2012/09/15 10:01:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.68.ebuild,v 1.2 2012/11/04 13:38:57 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.dettus.net/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND="sys-libs/ncurses" |