diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-15 08:42:22 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-15 08:42:22 +0000 |
commit | ed52b9000ba1b12a4537f6c0d188534434370afa (patch) | |
tree | ba69d82fa78d21a2df0672d344bcdadaf2a6144b /net-dialup/xlc | |
parent | Removed no longer necessary patch. (diff) | |
download | gentoo-2-ed52b9000ba1b12a4537f6c0d188534434370afa.tar.gz gentoo-2-ed52b9000ba1b12a4537f6c0d188534434370afa.tar.bz2 gentoo-2-ed52b9000ba1b12a4537f6c0d188534434370afa.zip |
Fix dependency on x11-libs/gtk+-1.2 (#108147)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-dialup/xlc')
-rw-r--r-- | net-dialup/xlc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xlc/xlc-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/xlc/ChangeLog b/net-dialup/xlc/ChangeLog index 740211d8a7d3..e400e01d23db 100644 --- a/net-dialup/xlc/ChangeLog +++ b/net-dialup/xlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xlc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/ChangeLog,v 1.2 2005/02/12 10:20:25 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/ChangeLog,v 1.3 2005/10/15 08:42:22 mrness Exp $ + + 15 Oct 2005; Alin Nastac <mrness@gentoo.org> xlc-1.0.6.ebuild: + Fix dependency on x11-libs/gtk+-1.2 (#108147). 12 Feb 2005; Alin Nastac <mrness@gentoo.org> xlc-1.0.6.ebuild: Mark as stable on x86. diff --git a/net-dialup/xlc/xlc-1.0.6.ebuild b/net-dialup/xlc/xlc-1.0.6.ebuild index 496b313cb721..f5b78a9a6b99 100644 --- a/net-dialup/xlc/xlc-1.0.6.ebuild +++ b/net-dialup/xlc/xlc-1.0.6.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/xlc/xlc-1.0.6.ebuild,v 1.2 2005/02/12 10:20:25 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xlc/xlc-1.0.6.ebuild,v 1.3 2005/10/15 08:42:22 mrness Exp $ DESCRIPTION="GTK client for LineControl server" HOMEPAGE="http://linecontrol.sourceforge.net" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="mysql" -DEPEND=">=x11-libs/gtk+-1.2 +DEPEND="=x11-libs/gtk+-1.2* mysql? ( dev-db/mysql )" src_compile() { |