diff options
author | 2005-02-28 18:43:49 +0000 | |
---|---|---|
committer | 2005-02-28 18:43:49 +0000 | |
commit | 454b7d4e34d885efb4e44a0a789a4754886f1580 (patch) | |
tree | 45b404e38af0d4ac615cf60d57f290ebe19dc355 /net-dialup/gnokii | |
parent | Need to use binary mode to transfer hldsupdatetool_readme.txt (bug #80378) (diff) | |
download | historical-454b7d4e34d885efb4e44a0a789a4754886f1580.tar.gz historical-454b7d4e34d885efb4e44a0a789a4754886f1580.tar.bz2 historical-454b7d4e34d885efb4e44a0a789a4754886f1580.zip |
Move virtual/os-headers from RDEPEND to DEPEND (#82449)
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-dialup/gnokii')
-rw-r--r-- | net-dialup/gnokii/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.3.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/gnokii/ChangeLog b/net-dialup/gnokii/ChangeLog index 84f2bb936eed..5f86fa4f7a61 100644 --- a/net-dialup/gnokii/ChangeLog +++ b/net-dialup/gnokii/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/gnokii # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/ChangeLog,v 1.29 2005/02/06 13:44:14 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/ChangeLog,v 1.30 2005/02/28 18:43:49 mrness Exp $ + + 28 Feb 2005; Alin Nastac <mrness@gentoo.org> gnokii-0.6.3.ebuild, + gnokii-0.6.4.ebuild: + Move virtual/os-headers from RDEPEND to DEPEND (#82449). 06 Feb 2005; Alin Nastac <mrness@gentoo.org> -files/gnokii-0.5.4-nounix98pty.patch, -gnokii-0.5.10.ebuild, diff --git a/net-dialup/gnokii/gnokii-0.6.3.ebuild b/net-dialup/gnokii/gnokii-0.6.3.ebuild index d3000a4132cc..d65db167d474 100644 --- a/net-dialup/gnokii/gnokii-0.6.3.ebuild +++ b/net-dialup/gnokii/gnokii-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.3.ebuild,v 1.16 2005/01/25 00:25:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.3.ebuild,v 1.17 2005/02/28 18:43:49 mrness Exp $ inherit eutils @@ -15,10 +15,10 @@ IUSE="nls X bluetooth irda sms postgres mysql" RDEPEND="X? ( =x11-libs/gtk+-1.2* ) bluetooth? ( net-wireless/bluez-libs ) - irda? ( virtual/os-headers ) sms? ( postgres? ( dev-db/postgresql ) mysql? ( dev-db/mysql ) )" DEPEND="${RDEPEND} + irda? ( virtual/os-headers ) nls? ( sys-devel/gettext )" src_unpack() { diff --git a/net-dialup/gnokii/gnokii-0.6.4.ebuild b/net-dialup/gnokii/gnokii-0.6.4.ebuild index ffabec668572..0c848fa67c0e 100644 --- a/net-dialup/gnokii/gnokii-0.6.4.ebuild +++ b/net-dialup/gnokii/gnokii-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.4.ebuild,v 1.3 2005/02/06 13:44:14 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.4.ebuild,v 1.4 2005/02/28 18:43:49 mrness Exp $ inherit eutils flag-o-matic @@ -15,10 +15,10 @@ IUSE="nls X bluetooth irda sms postgres mysql" RDEPEND="X? ( =x11-libs/gtk+-1.2* ) bluetooth? ( net-wireless/bluez-libs ) - irda? ( virtual/os-headers ) sms? ( postgres? ( dev-db/postgresql ) mysql? ( dev-db/mysql ) )" DEPEND="${RDEPEND} + irda? ( virtual/os-headers ) nls? ( sys-devel/gettext )" src_unpack() { |