diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 18:01:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 18:01:27 +0000 |
commit | 626cc5a5eec51deb729ee7e9374e6b5d3a3b2b33 (patch) | |
tree | 4133557cacf12da98f1bef5796ba658acecba3c2 /sys-libs/libcap | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-626cc5a5eec51deb729ee7e9374e6b5d3a3b2b33.tar.gz gentoo-2-626cc5a5eec51deb729ee7e9374e6b5d3a3b2b33.tar.bz2 gentoo-2-626cc5a5eec51deb729ee7e9374e6b5d3a3b2b33.zip |
stupid base eclass
Diffstat (limited to 'sys-libs/libcap')
-rw-r--r-- | sys-libs/libcap/libcap-1.10-r3.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/libcap/libcap-1.10-r4.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-libs/libcap/libcap-1.10-r3.ebuild b/sys-libs/libcap/libcap-1.10-r3.ebuild index 621085e352fc..65b13d2bf970 100644 --- a/sys-libs/libcap/libcap-1.10-r3.ebuild +++ b/sys-libs/libcap/libcap-1.10-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r3.ebuild,v 1.11 2004/04/15 18:49:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r3.ebuild,v 1.12 2004/05/28 18:01:27 vapier Exp $ -inherit base flag-o-matic eutils +inherit flag-o-matic eutils DEB_PVER=12 DESCRIPTION="POSIX 1003.1e capabilities" @@ -30,7 +30,6 @@ src_unpack() { sed -i 's|WARNINGS=-ansi|WARNINGS=|' Make.Rules } - src_compile() { local PYTHONVER="`python -V 2>&1 | sed 's/^Python //'|sed 's/\([0-9]*\.[0-9]*\).*/\1/'`" local myflags="" diff --git a/sys-libs/libcap/libcap-1.10-r4.ebuild b/sys-libs/libcap/libcap-1.10-r4.ebuild index 3771ccd6c8e0..e401173434c7 100644 --- a/sys-libs/libcap/libcap-1.10-r4.ebuild +++ b/sys-libs/libcap/libcap-1.10-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r4.ebuild,v 1.2 2004/04/26 02:06:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-1.10-r4.ebuild,v 1.3 2004/05/28 18:01:27 vapier Exp $ -inherit base flag-o-matic eutils +inherit flag-o-matic eutils DEB_PVER=14 DESCRIPTION="POSIX 1003.1e capabilities" @@ -31,7 +31,6 @@ src_unpack() { sed -i 's|WARNINGS=-ansi|WARNINGS=|' Make.Rules } - src_compile() { local PYTHONVER="`python -V 2>&1 | sed 's/^Python //'|sed 's/\([0-9]*\.[0-9]*\).*/\1/'`" local myflags="" |