diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-31 00:04:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-31 00:04:18 +0000 |
commit | b2e5984780c819b295d38b9d44821f5b90c229a7 (patch) | |
tree | 93bdf4c10404c0a173aaf2808dad0cf755376339 /net-libs/liboauth | |
parent | Respect LDFLAGS (bug #334893). Do not inject CFLAGS value into Makefile. (diff) | |
download | gentoo-2-b2e5984780c819b295d38b9d44821f5b90c229a7.tar.gz gentoo-2-b2e5984780c819b295d38b9d44821f5b90c229a7.tar.bz2 gentoo-2-b2e5984780c819b295d38b9d44821f5b90c229a7.zip |
Remove wrong inherit.
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/liboauth')
-rw-r--r-- | net-libs/liboauth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.8.9.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index 967257010aa0..77b6f3e4c581 100644 --- a/net-libs/liboauth/ChangeLog +++ b/net-libs/liboauth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/liboauth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.2 2010/08/30 21:06:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.3 2010/08/31 00:04:18 flameeyes Exp $ + + 31 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> + liboauth-0.8.9.ebuild: + Remove wrong inherit. *liboauth-0.8.9 (30 Aug 2010) diff --git a/net-libs/liboauth/liboauth-0.8.9.ebuild b/net-libs/liboauth/liboauth-0.8.9.ebuild index 4734234d0e38..34dbd951c5be 100644 --- a/net-libs/liboauth/liboauth-0.8.9.ebuild +++ b/net-libs/liboauth/liboauth-0.8.9.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.8.9.ebuild,v 1.1 2010/08/30 21:06:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.8.9.ebuild,v 1.2 2010/08/31 00:04:18 flameeyes Exp $ EAPI=2 -inherit eutils autotools - DESCRIPTION="C library implementing the OAuth secure authentication protocol" HOMEPAGE="http://liboauth.sourceforge.net/" SRC_URI="http://liboauth.sourceforge.net/pool/${P}.tar.gz" |