diff options
author | Ian Leitch <port001@gentoo.org> | 2004-04-24 18:36:46 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-04-24 18:36:46 +0000 |
commit | 69117bea2368edd2199c1fb0eb541d66118c1dd8 (patch) | |
tree | 39769b934aea176f0c71ff85dc40b0e5a6e8e3f3 /x11-misc/lineakd | |
parent | Added a alignement patch for hppa. Fix check on some systems. (Manifest recom... (diff) | |
download | gentoo-2-69117bea2368edd2199c1fb0eb541d66118c1dd8.tar.gz gentoo-2-69117bea2368edd2199c1fb0eb541d66118c1dd8.tar.bz2 gentoo-2-69117bea2368edd2199c1fb0eb541d66118c1dd8.zip |
Depend on virtual/x11 instead of x11-base/xfree
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.6.1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.7.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index 90368930a960..f7486e64c775 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineakd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.9 2004/04/11 15:17:30 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.10 2004/04/24 18:36:46 port001 Exp $ + + 24 Apr 2004; Ian Leitch <port001@gentoo.org> lineakd-0.6.1.ebuild, + lineakd-0.7.2.ebuild, lineakd-0.7.ebuild: + Depend on virtual/x11 instead of x11-base/xfree 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> lineakd-0.7.2.ebuild, lineakd-0.7.ebuild: diff --git a/x11-misc/lineakd/lineakd-0.6.1.ebuild b/x11-misc/lineakd/lineakd-0.6.1.ebuild index 55fd1ab9ac80..41ccd937c0ac 100644 --- a/x11-misc/lineakd/lineakd-0.6.1.ebuild +++ b/x11-misc/lineakd/lineakd-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.6.1.ebuild,v 1.3 2003/12/13 22:56:30 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.6.1.ebuild,v 1.4 2004/04/24 18:36:46 port001 Exp $ IUSE="xosd" @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="x11-base/xfree +DEPEND="virtual/x11 xosd? ( x11-libs/xosd )" src_compile() { diff --git a/x11-misc/lineakd/lineakd-0.7.2.ebuild b/x11-misc/lineakd/lineakd-0.7.2.ebuild index 95afd1e8b6ba..2cca8597c3de 100644 --- a/x11-misc/lineakd/lineakd-0.7.2.ebuild +++ b/x11-misc/lineakd/lineakd-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.2.ebuild,v 1.2 2004/04/11 15:17:30 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.2.ebuild,v 1.3 2004/04/24 18:36:46 port001 Exp $ IUSE="xosd" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="x11-base/xfree +DEPEND="virtual/x11 xosd? ( x11-libs/xosd )" src_compile() { diff --git a/x11-misc/lineakd/lineakd-0.7.ebuild b/x11-misc/lineakd/lineakd-0.7.ebuild index b951efcfb8b7..68d55ac7459f 100644 --- a/x11-misc/lineakd/lineakd-0.7.ebuild +++ b/x11-misc/lineakd/lineakd-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.ebuild,v 1.3 2004/04/11 15:17:30 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.ebuild,v 1.4 2004/04/24 18:36:46 port001 Exp $ IUSE="xosd" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="x11-base/xfree +DEPEND="virtual/x11 xosd? ( x11-libs/xosd )" src_compile() { |