diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-02-19 15:49:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-02-19 15:49:08 +0000 |
commit | f67f41e844128a2ec5effe2f64803564d726a88a (patch) | |
tree | c3aded1c91981c5f4ac07d32ea02521fb2d2b46f /app-mobilephone/gnokii | |
parent | fix typo (diff) | |
download | gentoo-2-f67f41e844128a2ec5effe2f64803564d726a88a.tar.gz gentoo-2-f67f41e844128a2ec5effe2f64803564d726a88a.tar.bz2 gentoo-2-f67f41e844128a2ec5effe2f64803564d726a88a.zip |
Restore serial make for version 0.6.22, closes bug #246653.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/gnokii')
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index 873419f4e330..5da79a1eee99 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.85 2009/01/11 17:29:52 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.86 2009/02/19 15:49:08 flameeyes Exp $ + + 19 Feb 2009; Diego E. Pettenò <flameeyes@gentoo.org> + gnokii-0.6.22-r2.ebuild: + Restore serial make for version 0.6.22, closes bug #246653. *gnokii-0.6.27-r1 (11 Jan 2009) diff --git a/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild index f74e8ebf4ae0..f3f389d8dcc8 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.8 2008/08/31 07:13:53 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.22-r2.ebuild,v 1.9 2009/02/19 15:49:08 flameeyes Exp $ WANT_AUTOMAKE="none" @@ -20,9 +20,9 @@ RESTRICT="test" #test fails; maybe it will work in the future, but till then... RDEPEND="X? ( >=x11-libs/gtk+-2.8.19 ) bluetooth? ( >=net-wireless/bluez-libs-2.25 ) sms? ( >=dev-libs/glib-2.10.3 - postgres? ( >=virtual/postgresql-server-8.0 ) - mysql? ( >=virtual/mysql-4.1 ) - ) + postgres? ( >=virtual/postgresql-server-8.0 ) + mysql? ( >=virtual/mysql-4.1 ) + ) ical? ( >=dev-libs/libical-0.26.6 ) usb? ( >=dev-libs/libusb-0.1.11 )" DEPEND="${RDEPEND} @@ -95,11 +95,11 @@ src_compile() { $(use_enable debug) \ ${config_xdebug} \ $(use_enable debug rlpdebug) \ - --enable-security \ + --enable-security \ --disable-unix98test \ || die "configure failed" - emake || die "make failed" + emake -j1 || die "make failed" if use sms; then pushd "${S}/smsd" |