diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-01 08:07:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-01 08:07:42 +0000 |
commit | 6c92fc23ab93e1342472cae29efa99460d30c16e (patch) | |
tree | afc9490aa5acc54fcf57890a2a9e9e59ea9c5468 | |
parent | Compressed the adabindx patch (diff) | |
download | gentoo-2-6c92fc23ab93e1342472cae29efa99460d30c16e.tar.gz gentoo-2-6c92fc23ab93e1342472cae29efa99460d30c16e.tar.bz2 gentoo-2-6c92fc23ab93e1342472cae29efa99460d30c16e.zip |
expand DEPEND instead of overriding it.
-rw-r--r-- | games-board/slibo/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/slibo/Manifest | 4 | ||||
-rw-r--r-- | games-board/slibo/slibo-0.4.4.ebuild | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/games-board/slibo/ChangeLog b/games-board/slibo/ChangeLog index 357b28e7f84d..50fec7ea850b 100644 --- a/games-board/slibo/ChangeLog +++ b/games-board/slibo/ChangeLog @@ -1,9 +1,11 @@ # ChangeLog for games-board/slibo # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.2 2003/09/12 15:41:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.3 2003/12/01 08:07:32 mr_bones_ Exp $ + + 01 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org> slibo-0.4.4.ebuild: + expand DEPEND instead of overriding it. *slibo-0.4.4 (06 Sep 2003) 06 Sep 2003; Michael Sterrett <msterret@gentoo.org> slibo-0.4.4.ebuild: initial commit - diff --git a/games-board/slibo/Manifest b/games-board/slibo/Manifest index 69deb64a5006..fe06aca682f5 100644 --- a/games-board/slibo/Manifest +++ b/games-board/slibo/Manifest @@ -1,4 +1,4 @@ -MD5 9398d991d89c013a0c94ace6d02a81c7 ChangeLog 336 -MD5 8f6eb832ee821311c5db84744acc77ae slibo-0.4.4.ebuild 480 +MD5 937aa09637e9b92b96f70322ae5e3c05 ChangeLog 456 +MD5 7758c5228610f5987d4ba15c53938f6c slibo-0.4.4.ebuild 493 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 edaca2f8718114ab18c48cda4794b2d1 files/digest-slibo-0.4.4 64 diff --git a/games-board/slibo/slibo-0.4.4.ebuild b/games-board/slibo/slibo-0.4.4.ebuild index 9e78630ff9a6..94513a27a1d0 100644 --- a/games-board/slibo/slibo-0.4.4.ebuild +++ b/games-board/slibo/slibo-0.4.4.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/games-board/slibo/slibo-0.4.4.ebuild,v 1.1 2003/09/12 00:52:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.2 2003/12/01 08:07:33 mr_bones_ Exp $ inherit kde @@ -14,4 +14,4 @@ LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" -DEPEND="dev-db/sqlite" +DEPEND="${DEPEND} dev-db/sqlite" |