diff options
author | Ian Leitch <port001@gentoo.org> | 2004-01-03 19:34:06 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-01-03 19:34:06 +0000 |
commit | 6b4ae7819a478f24084dd7f4d87ede1b24f731d1 (patch) | |
tree | 748257202fd2abf2077f81c1b5f963debd0f4bee /x11-misc | |
parent | Initial import of JDepend, It builds from sources. Dependency required to bui... (diff) | |
download | historical-6b4ae7819a478f24084dd7f4d87ede1b24f731d1.tar.gz historical-6b4ae7819a478f24084dd7f4d87ede1b24f731d1.tar.bz2 historical-6b4ae7819a478f24084dd7f4d87ede1b24f731d1.zip |
deps fixed now, prompise ;)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lineakconfig/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/lineakconfig/Manifest b/x11-misc/lineakconfig/Manifest index c5a93453ae48..991b8595bb0e 100644 --- a/x11-misc/lineakconfig/Manifest +++ b/x11-misc/lineakconfig/Manifest @@ -1,4 +1,4 @@ MD5 3916f55fe23fad00ae2e7c313f6325ae ChangeLog 609 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 0fda27646619fe3cfa5e2b946184cbb2 lineakconfig-0.3.2.ebuild 672 +MD5 40be7f88e68febc5a0a9d9a350b4ff50 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 e2016e5aa362..2ae336332a0d 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. +# Copyright 1999-2004 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.4 2004/01/03 18:43:44 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakconfig/lineakconfig-0.3.2.ebuild,v 1.5 2004/01/03 19:33:57 port001 Exp $ IUSE="nls" @@ -12,10 +12,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -RDEPEND="x11-misc/lineakd" +RDEPEND="x11-misc/lineakd + =x11-libs/gtk+-1.2*" -DEPEND="=x11-libs/gtk+-1.2* - nls? ( sys-devel/gettext ) +DEPEND="nls? ( sys-devel/gettext ) ${RDEPEND}" src_compile() { |