diff options
author | 2006-02-22 07:24:17 +0000 | |
---|---|---|
committer | 2006-02-22 07:24:17 +0000 | |
commit | 9ee87244f1aaa03eff6af1f1d9dbccbcf81a647e (patch) | |
tree | c26ac813d52e6f7a2dbfebbb069587c1377000f9 /games-util/loki_setupdb | |
parent | Stable on hppa. See bug #121661. (diff) | |
download | gentoo-2-9ee87244f1aaa03eff6af1f1d9dbccbcf81a647e.tar.gz gentoo-2-9ee87244f1aaa03eff6af1f1d9dbccbcf81a647e.tar.bz2 gentoo-2-9ee87244f1aaa03eff6af1f1d9dbccbcf81a647e.zip |
RESTRICT isn't required
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-util/loki_setupdb')
-rw-r--r-- | games-util/loki_setupdb/loki_setupdb-20050109.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-util/loki_setupdb/loki_setupdb-20050109.ebuild b/games-util/loki_setupdb/loki_setupdb-20050109.ebuild index 55a42e22d70a..e6734b900d83 100644 --- a/games-util/loki_setupdb/loki_setupdb-20050109.ebuild +++ b/games-util/loki_setupdb/loki_setupdb-20050109.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/games-util/loki_setupdb/loki_setupdb-20050109.ebuild,v 1.3 2005/10/27 03:09:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_setupdb/loki_setupdb-20050109.ebuild,v 1.4 2006/02/22 07:24:17 mr_bones_ Exp $ inherit eutils @@ -11,7 +11,6 @@ SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -RESTRICT="" IUSE="" DEPEND="dev-libs/libxml" |