diff options
author | Ian Leitch <port001@gentoo.org> | 2004-01-03 18:29:48 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-01-03 18:29:48 +0000 |
commit | 731b118151f111eeb3b803390c3c67a65cf2d3f2 (patch) | |
tree | 7cbaf5bcdd2be7ef6dbfc513098d6f4e18349946 /x11-misc/lineakconfig | |
parent | adding ~ia64 keywords, it's installed on the releng ia64 box, so I assume it'... (diff) | |
download | gentoo-2-731b118151f111eeb3b803390c3c67a65cf2d3f2.tar.gz gentoo-2-731b118151f111eeb3b803390c3c67a65cf2d3f2.tar.bz2 gentoo-2-731b118151f111eeb3b803390c3c67a65cf2d3f2.zip |
fixed deps
Diffstat (limited to 'x11-misc/lineakconfig')
-rw-r--r-- | x11-misc/lineakconfig/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lineakconfig/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/lineakconfig/ChangeLog b/x11-misc/lineakconfig/ChangeLog index 45c754efd28b..8799bca687f4 100644 --- a/x11-misc/lineakconfig/ChangeLog +++ b/x11-misc/lineakconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lineakconfig # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/ChangeLog,v 1.2 2004/01/03 02:57:37 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/ChangeLog,v 1.3 2004/01/03 18:29:39 port001 Exp $ + + 03 Jan 2004; Ian Leitch <port001@gentoo.org> lineakconfig-0.3.2.ebuild: + Fixed deps 03 Jan 2004; Ian Leitch <port001@gentoo.org> lineakconfig-0.3.2.ebuild: Add nls to IUSE, Add gtk+-1.2 to DEPEND, use 'use_enable' and einstall. diff --git a/x11-misc/lineakconfig/Manifest b/x11-misc/lineakconfig/Manifest index b59268f58632..2a7efe4311cc 100644 --- a/x11-misc/lineakconfig/Manifest +++ b/x11-misc/lineakconfig/Manifest @@ -1,4 +1,4 @@ -MD5 07fc8852a1069ffccb17650d6c5ec710 ChangeLog 521 +MD5 3916f55fe23fad00ae2e7c313f6325ae ChangeLog 609 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 b7d1a3f7f3278c2b6c011326120ffbe6 lineakconfig-0.3.2.ebuild 631 +MD5 c02c34809966ba161e6e19d3acbc476c lineakconfig-0.3.2.ebuild 672 MD5 0d80f39adfd7c5a0d8fb0d518010340a files/digest-lineakconfig-0.3.2 71 diff --git a/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild b/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild index 55f1ff8baf74..f8c84ab72563 100644 --- a/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild +++ b/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild,v 1.2 2004/01/03 02:57:37 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild,v 1.3 2004/01/03 18:29:39 port001 Exp $ IUSE="nls" @@ -12,8 +12,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="=x11-misc/gtk+-1.2*" -RDEPEND="x11-misc/lineakd" +DEPEND="=x11-libs/gtk+-1.2* + sys-devel/gettext" + +RDEPEND="x11-misc/lineakd + =x11-libs/gtk+-1.2*" src_compile() { econf `use_enable nls` || die |