diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-02-08 19:42:15 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-02-08 19:42:15 +0000 |
commit | 0a6d845cdfe6cae6340109ead2450e9fa4393802 (patch) | |
tree | c125d66e3e38ece6d53a32d21af1a2730158cc40 /dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild | |
parent | x86 stable per bug 353442 (diff) | |
download | historical-0a6d845cdfe6cae6340109ead2450e9fa4393802.tar.gz historical-0a6d845cdfe6cae6340109ead2450e9fa4393802.tar.bz2 historical-0a6d845cdfe6cae6340109ead2450e9fa4393802.zip |
x86 stable per bug 353850
Package-Manager: portage-2.1.9.38/cvs/Linux i686
Diffstat (limited to 'dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild')
-rw-r--r-- | dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild b/dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild index b3607b35ef58..a36bcbe3f302 100644 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild,v 1.2 2010/09/08 17:23:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.1.1.ebuild,v 1.3 2011/02/08 19:42:15 tomka Exp $ EAPI=2 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://n.ethz.ch/student/nevillm/download/libxdg-basedir/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux" IUSE="doc static-libs" RDEPEND="" |