diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-01-09 22:19:08 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-01-09 22:19:08 +0000 |
commit | aec9d37c06dabcaa8057f3f12a804e1def6ec68f (patch) | |
tree | 2e1e3ceb94b7541c1bb7ea152e3e179d4cb43092 /sys-apps | |
parent | Fix file collision with google-perftools bug #351233 (diff) | |
download | gentoo-2-aec9d37c06dabcaa8057f3f12a804e1def6ec68f.tar.gz gentoo-2-aec9d37c06dabcaa8057f3f12a804e1def6ec68f.tar.bz2 gentoo-2-aec9d37c06dabcaa8057f3f12a804e1def6ec68f.zip |
Define SUPERIOTOOL_VERSION through ESVN_WC_REVISION.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/superiotool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/superiotool/superiotool-9999.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/superiotool/ChangeLog b/sys-apps/superiotool/ChangeLog index d9f7872c8e04..641d978aadd3 100644 --- a/sys-apps/superiotool/ChangeLog +++ b/sys-apps/superiotool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/superiotool # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/superiotool/ChangeLog,v 1.2 2011/01/09 17:36:19 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/superiotool/ChangeLog,v 1.3 2011/01/09 22:19:08 idl0r Exp $ + + 09 Jan 2011; Christian Ruppert <idl0r@gentoo.org> superiotool-9999.ebuild: + Define SUPERIOTOOL_VERSION through ESVN_WC_REVISION. 09 Jan 2011; Christian Ruppert <idl0r@gentoo.org> superiotool-9999.ebuild: Remove useless zlib dependency. diff --git a/sys-apps/superiotool/superiotool-9999.ebuild b/sys-apps/superiotool/superiotool-9999.ebuild index 5054570e1d07..44f47af753c0 100644 --- a/sys-apps/superiotool/superiotool-9999.ebuild +++ b/sys-apps/superiotool/superiotool-9999.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/sys-apps/superiotool/superiotool-9999.ebuild,v 1.2 2011/01/09 17:36:19 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/superiotool/superiotool-9999.ebuild,v 1.3 2011/01/09 22:19:08 idl0r Exp $ EAPI=3 @@ -36,7 +36,8 @@ src_compile() { config_pci="no" fi - emake CC=$(tc-getCC) CONFIG_PCI=${config_pci} || die + emake CC=$(tc-getCC) CONFIG_PCI=${config_pci} \ + SVNDEF="-D'SUPERIOTOOL_VERSION=\"${ESVN_WC_REVISION}\"'" || die } src_install() { |