diff options
author | 2005-02-28 18:43:49 +0000 | |
---|---|---|
committer | 2005-02-28 18:43:49 +0000 | |
commit | 9cc25aa190336a641acd74fce7bc86610eb42cdd (patch) | |
tree | 91ee2e8d8ea2ad939cf2d5876aa49ebe3cccb8be /net-dialup/gnokii/gnokii-0.6.4.ebuild | |
parent | Need to use binary mode to transfer hldsupdatetool_readme.txt (bug #80378) (diff) | |
download | gentoo-2-9cc25aa190336a641acd74fce7bc86610eb42cdd.tar.gz gentoo-2-9cc25aa190336a641acd74fce7bc86610eb42cdd.tar.bz2 gentoo-2-9cc25aa190336a641acd74fce7bc86610eb42cdd.zip |
Move virtual/os-headers from RDEPEND to DEPEND (#82449)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dialup/gnokii/gnokii-0.6.4.ebuild')
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |