diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 01:45:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 01:45:19 +0000 |
commit | 983ea1937ea6ffb201bf6e7016e217fee2538c1b (patch) | |
tree | 6780187d7313b19b27e1e679dfd540683b136a5e /dev-util/hxd | |
parent | touchups (diff) | |
download | historical-983ea1937ea6ffb201bf6e7016e217fee2538c1b.tar.gz historical-983ea1937ea6ffb201bf6e7016e217fee2538c1b.tar.bz2 historical-983ea1937ea6ffb201bf6e7016e217fee2538c1b.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-util/hxd')
-rw-r--r-- | dev-util/hxd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/hxd/hxd-0.70.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/hxd/ChangeLog b/dev-util/hxd/ChangeLog index b84d0e3b9a61..154f4cb678d8 100644 --- a/dev-util/hxd/ChangeLog +++ b/dev-util/hxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/hxd -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.1 2003/09/08 17:29:03 avenj Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.2 2004/03/13 01:43:57 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> hxd-0.70.ebuild: + Don't assign default to S; header fix *hxd-0.70 (08 Sep 2003) diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild index d140da68adaa..7877d776f6c8 100644 --- a/dev-util/hxd/hxd-0.70.ebuild +++ b/dev-util/hxd/hxd-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.1 2003/09/08 17:29:03 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.2 2004/03/13 01:43:57 mr_bones_ Exp $ DESCRIPTION="Binary to hexadecimal converter" HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" @@ -14,8 +14,6 @@ IUSE="" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_compile() { econf || die emake || die |