diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-17 09:25:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-17 09:25:36 +0000 |
commit | c3ab7dbe6345250087f9a24281eab1f9b6de52d2 (patch) | |
tree | 1d15503fd56d649c48da824d0ac91c1cecfa95ec /sys-apps/chname | |
parent | stable x86, security bug 332361 (diff) | |
download | historical-c3ab7dbe6345250087f9a24281eab1f9b6de52d2.tar.gz historical-c3ab7dbe6345250087f9a24281eab1f9b6de52d2.tar.bz2 historical-c3ab7dbe6345250087f9a24281eab1f9b6de52d2.zip |
Builds fine with no sources installed.
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/chname')
-rw-r--r-- | sys-apps/chname/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/chname/chname-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/chname/ChangeLog b/sys-apps/chname/ChangeLog index 7a9e519329b7..6e59a6d81271 100644 --- a/sys-apps/chname/ChangeLog +++ b/sys-apps/chname/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/chname -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/ChangeLog,v 1.3 2007/05/15 14:19:07 bangert Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/ChangeLog,v 1.4 2010/09/17 09:22:01 robbat2 Exp $ + + 17 Sep 2010; Robin H. Johnson <robbat2@gentoo.org> chname-1.0.ebuild: + Builds fine with no sources installed. 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/sys-apps/chname/chname-1.0.ebuild b/sys-apps/chname/chname-1.0.ebuild index fae8250ad61c..7b97d177e000 100644 --- a/sys-apps/chname/chname-1.0.ebuild +++ b/sys-apps/chname/chname-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/chname-1.0.ebuild,v 1.2 2007/02/06 00:48:45 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/chname-1.0.ebuild,v 1.3 2010/09/17 09:22:01 robbat2 Exp $ DESCRIPTION="Run a command with a new system hostname." HOMEPAGE="http://code.google.com/p/chname" @@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=sys-kernel/linux-headers-2.6.16" -RDEPEND=">=virtual/linux-sources-2.6.19" +RDEPEND="" src_compile() { emake CFLAGS="${CFLAGS}" chname |