diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2011-09-01 05:09:43 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2011-09-01 05:09:43 +0000 |
commit | 897acf825f2eb931a5c758b3177f66b4a4225fc6 (patch) | |
tree | 16bd022e384f45fa2b10ec37f1f77a3653f8ba99 /app-editors/hexedit | |
parent | Re-export rpc logic with a patch from Fedora until we can get the tree sorted... (diff) | |
download | gentoo-2-897acf825f2eb931a5c758b3177f66b4a4225fc6.tar.gz gentoo-2-897acf825f2eb931a5c758b3177f66b4a4225fc6.tar.bz2 gentoo-2-897acf825f2eb931a5c758b3177f66b4a4225fc6.zip |
depends on sys-libs/ncurses now (bug #381019)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index d5bb81a395d5..c1916376450b 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.45 2011/04/03 08:52:00 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.46 2011/09/01 05:09:43 tomjbe Exp $ + + 01 Sep 2011; Thomas Beierlein <tomjbe@gentoo.org> hexedit-1.2.12.ebuild: + depends on sys-libs/ncurses now (bug #381019) 03 Apr 2011; Thomas Beierlein <tomjbe@gentoo.org> metadata.xml: Take maintainership diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild index 8196d9d217d5..407045c70399 100644 --- a/app-editors/hexedit/hexedit-1.2.12.ebuild +++ b/app-editors/hexedit/hexedit-1.2.12.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/hexedit/hexedit-1.2.12.ebuild,v 1.14 2011/02/22 08:15:03 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.15 2011/09/01 05:09:43 tomjbe Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://rigaux.org/hexedit.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" -DEPEND="" +DEPEND="sys-libs/ncurses" RDEPEND="" S="${WORKDIR}/${PN}" |