summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-02-07 19:28:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-02-07 19:28:46 +0000
commit00702dfe69774e4480703f24d059517411ed2cd3 (patch)
treeee63751e4e09a9ef9e7a897d471e85ff7943ef27 /dev-ml
parentversion bump, eapi 5, add subslots and := deps (diff)
downloadgentoo-2-00702dfe69774e4480703f24d059517411ed2cd3.tar.gz
gentoo-2-00702dfe69774e4480703f24d059517411ed2cd3.tar.bz2
gentoo-2-00702dfe69774e4480703f24d059517411ed2cd3.zip
eapi 5, define subslot
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/res/ChangeLog7
-rw-r--r--dev-ml/res/res-4.0.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/res/ChangeLog b/dev-ml/res/ChangeLog
index 1a70dbe9dff1..56464251a757 100644
--- a/dev-ml/res/ChangeLog
+++ b/dev-ml/res/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/res
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.14 2012/10/10 11:50:44 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.15 2013/02/07 19:28:46 aballier Exp $
+
+ 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> res-4.0.2.ebuild:
+ eapi 5, define subslot
*res-4.0.2 (10 Oct 2012)
diff --git a/dev-ml/res/res-4.0.2.ebuild b/dev-ml/res/res-4.0.2.ebuild
index f3e37cbd65be..dcf15fac1415 100644
--- a/dev-ml/res/res-4.0.2.ebuild
+++ b/dev-ml/res/res-4.0.2.ebuild
@@ -1,8 +1,8 @@
-# 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-ml/res/res-4.0.2.ebuild,v 1.1 2012/10/10 11:50:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.2.ebuild,v 1.2 2013/02/07 19:28:46 aballier Exp $
-EAPI=4
+EAPI=5
OASIS_BUILD_DOCS=1
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1-with-linking-exception"
DEPEND=""
RDEPEND="${DEPEND}"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples"