diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:15 +0000 |
commit | 95d1f329c1c21cae36a1a5bac46a7da1a8ce0431 (patch) | |
tree | 310465cb49c7c471c0f2c455ebdeae11b630eb60 /dev-libs/libsigsegv | |
parent | sync IUSE (missing), don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.tar.gz gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.tar.bz2 gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/libsigsegv')
-rw-r--r-- | dev-libs/libsigsegv/libsigsegv-2.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libsigsegv/libsigsegv-2.1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libsigsegv/libsigsegv-2.0.ebuild b/dev-libs/libsigsegv/libsigsegv-2.0.ebuild index 109d07e5eb4f..b3182d525582 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.0.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.0.ebuild,v 1.5 2004/07/02 04:49:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.0.ebuild,v 1.6 2004/07/14 14:46:31 agriffis Exp $ DESCRIPTION="GNU libsigsegv is a library for handling page faults in user mode." HOMEPAGE="ftp://ftp.gnu.org/pub/gnu/libsigsegv/" @@ -8,6 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/libsigsegv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/libsigsegv/libsigsegv-2.1.ebuild b/dev-libs/libsigsegv/libsigsegv-2.1.ebuild index f0aedd7636e6..f489358ae074 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.1.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild,v 1.2 2004/07/04 11:36:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild,v 1.3 2004/07/14 14:46:31 agriffis Exp $ DESCRIPTION="GNU libsigsegv is a library for handling page faults in user mode." HOMEPAGE="ftp://ftp.gnu.org/pub/gnu/libsigsegv/" @@ -8,6 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/libsigsegv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="virtual/libc" |