diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-07-21 17:52:00 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-07-21 17:52:00 +0000 |
commit | 159485ea107f460568a330f0ed0562a1ad5cb4d7 (patch) | |
tree | 0c9d33ccafa0d68c5a743d9f933c0697fefebbf8 /dev-vcs | |
parent | added ~amd64-linux (tested by me) (diff) | |
download | gentoo-2-159485ea107f460568a330f0ed0562a1ad5cb4d7.tar.gz gentoo-2-159485ea107f460568a330f0ed0562a1ad5cb4d7.tar.bz2 gentoo-2-159485ea107f460568a330f0ed0562a1ad5cb4d7.zip |
added ~amd64-linux (tested by me)
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-annex/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/git-annex/ChangeLog b/dev-vcs/git-annex/ChangeLog index 755fd156510a..af111429faaf 100644 --- a/dev-vcs/git-annex/ChangeLog +++ b/dev-vcs/git-annex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git-annex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.12 2012/12/16 12:42:31 slyfox Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.13 2013/07/21 17:52:00 ottxor Exp $ + + 21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> + git-annex-3.20121211-r2.ebuild: + added ~amd64-linux (tested by me) *git-annex-3.20121211-r2 (16 Dec 2012) diff --git a/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild b/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild index 358c28a1a264..50ed7b212cbc 100644 --- a/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild +++ b/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild,v 1.1 2012/12/16 12:42:31 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild,v 1.2 2013/07/21 17:52:00 ottxor Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="dbus doc inotify s3 test" RESTRICT=test # don't seem to like our git environment much, does not ship all files |