diff options
Diffstat (limited to 'app-editors/dhex/dhex-0.65.ebuild')
-rw-r--r-- | app-editors/dhex/dhex-0.65.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/dhex/dhex-0.65.ebuild b/app-editors/dhex/dhex-0.65.ebuild index d775cf1e2ad6..64ae03bc4a7f 100644 --- a/app-editors/dhex/dhex-0.65.ebuild +++ b/app-editors/dhex/dhex-0.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.65.ebuild,v 1.1 2011/02/16 00:55:39 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/dhex/dhex-0.65.ebuild,v 1.2 2011/06/18 12:07:21 hwoarang Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://www.dettus.net/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="sys-libs/ncurses" |