diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-02 21:25:47 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-02 21:25:47 +0000 |
commit | 08c1fa1e20f7c681b70d6fa49dbbe9bc403bcafc (patch) | |
tree | 2a3c1772f6ed3900940cee8c6f444b37ffc0ce42 /dev-libs/qoauth | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-08c1fa1e20f7c681b70d6fa49dbbe9bc403bcafc.tar.gz gentoo-2-08c1fa1e20f7c681b70d6fa49dbbe9bc403bcafc.tar.bz2 gentoo-2-08c1fa1e20f7c681b70d6fa49dbbe9bc403bcafc.zip |
amd64/x86 stable, bug #291430
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/qoauth')
-rw-r--r-- | dev-libs/qoauth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/qoauth/ChangeLog b/dev-libs/qoauth/ChangeLog index 26e58968a620..71003d404296 100644 --- a/dev-libs/qoauth/ChangeLog +++ b/dev-libs/qoauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/qoauth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.3 2009/10/03 14:32:14 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.4 2009/11/02 21:25:47 maekke Exp $ + + 02 Nov 2009; Markus Meier <maekke@gentoo.org> qoauth-1.0.ebuild: + amd64/x86 stable, bug #291430 03 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> qoauth-1.0.ebuild, metadata.xml: diff --git a/dev-libs/qoauth/qoauth-1.0.ebuild b/dev-libs/qoauth/qoauth-1.0.ebuild index 28a169640530..98962e10156d 100644 --- a/dev-libs/qoauth/qoauth-1.0.ebuild +++ b/dev-libs/qoauth/qoauth-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.ebuild,v 1.2 2009/10/03 14:32:14 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.ebuild,v 1.3 2009/11/02 21:25:47 maekke Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug doc test" COMMON_DEPEND="app-crypt/qca:2[debug?]" |