diff options
author | 2011-04-02 15:18:31 +0000 | |
---|---|---|
committer | 2011-04-02 15:18:31 +0000 | |
commit | 2e057ca8230c329bac4f509029bef45f800b0fdd (patch) | |
tree | dfef984afac9af626d75d4d78e7916eb95e870a1 /app-laptop | |
parent | Rename @LIBSSL_LDFLAGS@ to @LIBSSL_LIBS@ in libupsclient.pc.in wrt #361685 by... (diff) | |
download | gentoo-2-2e057ca8230c329bac4f509029bef45f800b0fdd.tar.gz gentoo-2-2e057ca8230c329bac4f509029bef45f800b0fdd.tar.bz2 gentoo-2-2e057ca8230c329bac4f509029bef45f800b0fdd.zip |
[app-laptop/tp_smapi] Fix bug #348751
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tp_smapi/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-laptop/tp_smapi/ChangeLog b/app-laptop/tp_smapi/ChangeLog index d7ce9f7a9535..5f8b6d30ba2c 100644 --- a/app-laptop/tp_smapi/ChangeLog +++ b/app-laptop/tp_smapi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/tp_smapi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/ChangeLog,v 1.35 2010/11/29 01:14:25 alexxy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/ChangeLog,v 1.36 2011/04/02 15:18:31 alexxy Exp $ + + 02 Apr 2011; Alexey Shvetsov <alexxy@gentoo.org> tp_smapi-0.40-r1.ebuild: + Fix bug #348751 *tp_smapi-0.40-r1 (29 Nov 2010) diff --git a/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild b/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild index 30607ce4604c..1df069ff8a8a 100644 --- a/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild +++ b/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild,v 1.1 2010/11/29 01:14:25 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.40-r1.ebuild,v 1.2 2011/04/02 15:18:31 alexxy Exp $ EAPI="3" @@ -55,7 +55,6 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${P}-2.6.37.patch" epatch "${FILESDIR}"/fix_header_check.patch - linux-mod_src_prepare } src_install() { |