summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-04-01 07:59:57 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-04-01 07:59:57 +0000
commit809558719634b8c9895bdd57b079b377bc424c4a (patch)
tree28e3cf225e06a9f847f2fd2a1adfcd5fda2ddbf1 /sys-apps/suspend2-userui
parentarm/s390/sh stable (diff)
downloadgentoo-2-809558719634b8c9895bdd57b079b377bc424c4a.tar.gz
gentoo-2-809558719634b8c9895bdd57b079b377bc424c4a.tar.bz2
gentoo-2-809558719634b8c9895bdd57b079b377bc424c4a.zip
Removed static USE flag, bug#172946, thanks to Arfrever Frehtes Taifersar Arahesis
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/suspend2-userui')
-rw-r--r--sys-apps/suspend2-userui/ChangeLog7
-rw-r--r--sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/suspend2-userui/ChangeLog b/sys-apps/suspend2-userui/ChangeLog
index ea9a077a1b55..137b268948c3 100644
--- a/sys-apps/suspend2-userui/ChangeLog
+++ b/sys-apps/suspend2-userui/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/suspend2-userui
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/suspend2-userui/ChangeLog,v 1.23 2007/02/11 10:25:03 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/suspend2-userui/ChangeLog,v 1.24 2007/04/01 07:59:57 alonbl Exp $
+
+ 01 Apr 2007; Alon Bar-Lev <alonbl@gentoo.org>
+ suspend2-userui-0.7.0.ebuild:
+ Removed static USE flag, bug#172946, thanks to Arfrever Frehtes Taifersar
+ Arahesis
11 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org>
+files/suspend2-userui-0.7.0-syscall.patch, suspend2-userui-0.7.0.ebuild:
diff --git a/sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild b/sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild
index 41a94dd701cd..f9027d1679a9 100644
--- a/sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild
+++ b/sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild,v 1.2 2007/02/11 10:23:47 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/suspend2-userui/suspend2-userui-0.7.0.ebuild,v 1.3 2007/04/01 07:59:57 alonbl Exp $
inherit toolchain-funcs eutils
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="fbsplash static"
+IUSE="fbsplash"
DEPEND="virtual/libc
fbsplash? ( sys-libs/zlib
media-libs/freetype
@@ -28,9 +28,6 @@ src_unpack() {
}
src_compile() {
- # allow for static linking for use in initramfs/initrd
- use static && LDFLAGS="${LDFLAGS} -static"
-
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
suspend2ui_text || die "emake suspend2ui_text failed"